Unverified Commit 0475607f authored by Feng Xiao's avatar Feng Xiao Committed by GitHub

Merge pull request #3186 from gkelly/remove-unused-variable

Remove unused output_file variable from js_embed
parents e34ec607 7ccb251b
......@@ -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