aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler/js/embed.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/compiler/js/embed.cc')
-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;
}