aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler
diff options
context:
space:
mode:
authorGravatar Feng Xiao <xfxyjwf@gmail.com>2018-02-20 13:11:45 -0800
committerGravatar GitHub <noreply@github.com>2018-02-20 13:11:45 -0800
commit0475607fd632e2532c3e88fcb37ace2e146da6cc (patch)
tree98fc7ea393383c60ba312e8a795b4d12edd71b17 /src/google/protobuf/compiler
parente34ec6077af141dd5dfc1c334ecdcce3c6b51612 (diff)
parent7ccb251be68fc44a1a42c14d2bb403462d0f5ca2 (diff)
Merge pull request #3186 from gkelly/remove-unused-variable
Remove unused output_file variable from js_embed
Diffstat (limited to 'src/google/protobuf/compiler')
-rw-r--r--src/google/protobuf/compiler/js/embed.cc2
1 files changed, 0 insertions, 2 deletions
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 <iostream>
#include <string>
-const char output_file[] = "well_known_types_embed.cc";
-
static bool AsciiIsPrint(unsigned char c) {
return c >= 32 && c < 127;
}