Merge pull request #23555 from yulin-liang/local_import_prefix

Initialize the grpc_local_import variable to false.
pull/23482/head
yulin liang 4 years ago committed by GitHub
commit 24f5b5bfb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/compiler/objective_c_plugin.cc

@ -90,7 +90,7 @@ class ObjectiveCGrpcGenerator : public grpc::protobuf::compiler::CodeGenerator {
return true;
}
bool grpc_local_import;
bool grpc_local_import = false;
::std::string framework;
::std::string pb_runtime_import_prefix;
::std::string grpc_local_import_prefix;

Loading…
Cancel
Save