Преглед изворни кода

Remove unused output_file variable from js_embed

The js_embed tool outputs to stdout, so the output_file variable is
unnecessary and unused.
Garret Kelly пре 8 година
родитељ
комит
7ccb251be6
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      src/google/protobuf/compiler/js/embed.cc

+ 0 - 2
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;
 }