Skip to content

Commit

Permalink
Remove unused bundle_hash_h
Browse files Browse the repository at this point in the history
It was orphaned in 92e404.
  • Loading branch information
ry committed Nov 16, 2018
1 parent 48bf406 commit 96c3641
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 96c3641

Please sign in to comment.