Commit 7ccb251b authored by Garret Kelly's avatar Garret Kelly

Remove unused output_file variable from js_embed

The js_embed tool outputs to stdout, so the output_file variable is
unnecessary and unused.
parent 6f325805
......@@ -34,8 +34,6 @@
#include <iostream>
#include <string>
const char output_file[] = "well_known_types_embed.cc";
static bool AsciiIsPrint(unsigned char c) {
return c >= 32 && c < 127;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment