فهرست منبع

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

Remove unused output_file variable from js_embed
Feng Xiao 7 سال پیش
والد
کامیت
0475607fd6
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;
 }