From aca123316b321eaa03f98b8c25cbf6e25298a8e3 Mon Sep 17 00:00:00 2001 From: David Garcia Quintas <dgq@google.com> Date: Wed, 9 Mar 2016 23:56:54 -0800 Subject: [PATCH] removed spurious namespace qualification --- src/cpp/codegen/codegen_init.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/cpp/codegen/codegen_init.cc b/src/cpp/codegen/codegen_init.cc index f9f9adea21..c5d22124b7 100644 --- a/src/cpp/codegen/codegen_init.cc +++ b/src/cpp/codegen/codegen_init.cc @@ -41,9 +41,5 @@ /// the following nulled globals. These should be associated with actual /// as part of the instantiation of a \a grpc::GrpcLibraryInitializer variable. -namespace grpc { - grpc::CoreCodegenInterface* grpc::g_core_codegen_interface = nullptr; grpc::GrpcLibraryInterface* grpc::g_glip = nullptr; - -} // namespace grpc -- GitLab