Skip to content
Snippets Groups Projects
Commit aca12331 authored by David Garcia Quintas's avatar David Garcia Quintas
Browse files

removed spurious namespace qualification

parent 79d90961
No related branches found
No related tags found
No related merge requests found
...@@ -41,9 +41,5 @@ ...@@ -41,9 +41,5 @@
/// the following nulled globals. These should be associated with actual /// the following nulled globals. These should be associated with actual
/// as part of the instantiation of a \a grpc::GrpcLibraryInitializer variable. /// as part of the instantiation of a \a grpc::GrpcLibraryInitializer variable.
namespace grpc {
grpc::CoreCodegenInterface* grpc::g_core_codegen_interface = nullptr; grpc::CoreCodegenInterface* grpc::g_core_codegen_interface = nullptr;
grpc::GrpcLibraryInterface* grpc::g_glip = nullptr; grpc::GrpcLibraryInterface* grpc::g_glip = nullptr;
} // namespace grpc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment