diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-11-14 21:04:35 -0500 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-11-16 13:23:19 +0800 |
commit | 96c3641fffe8509af9351cec4580861e76d89cc9 (patch) | |
tree | 9747f3cdd0cd0101478c870657233af91d3e44e1 | |
parent | 48bf4062e4359674e1a417100eb76a6347e77fc1 (diff) |
Remove unused bundle_hash_h
It was orphaned in 92e404.
-rw-r--r-- | BUILD.gn | 23 |
1 files changed, 0 insertions, 23 deletions
@@ -282,29 +282,6 @@ run_node("bundle") { ] } -action("bundle_hash_h") { - script = "//tools/sha256sum.py" - inputs = get_target_outputs(":bundle") - outputs = [ - "$target_gen_dir/bundle/hash.h", - ] - deps = [ - ":bundle", - ] - args = [ - "--format", - "__attribute__((__unused__)) static const int dummy_%s = 0;", - "--outfile", - rebase_path(outputs[0], root_build_dir), - ] - foreach(input, inputs) { - args += [ - "--infile", - rebase_path(input, root_build_dir), - ] - } -} - ts_flatbuffer("msg_ts") { sources = [ "src/msg.fbs", |