From 7ccb251be68fc44a1a42c14d2bb403462d0f5ca2 Mon Sep 17 00:00:00 2001 From: Garret Kelly Date: Mon, 5 Jun 2017 15:57:31 -0400 Subject: Remove unused output_file variable from js_embed The js_embed tool outputs to stdout, so the output_file variable is unnecessary and unused. --- src/google/protobuf/compiler/js/embed.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/google/protobuf/compiler') diff --git a/src/google/protobuf/compiler/js/embed.cc b/src/google/protobuf/compiler/js/embed.cc index a725b62e..f0f946e5 100644 --- a/src/google/protobuf/compiler/js/embed.cc +++ b/src/google/protobuf/compiler/js/embed.cc @@ -34,8 +34,6 @@ #include #include -const char output_file[] = "well_known_types_embed.cc"; - static bool AsciiIsPrint(unsigned char c) { return c >= 32 && c < 127; } -- cgit v1.2.3