diff options
author | David Garcia Quintas <dgq@google.com> | 2016-03-09 23:56:54 -0800 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-03-09 23:56:54 -0800 |
commit | aca123316b321eaa03f98b8c25cbf6e25298a8e3 (patch) | |
tree | c7a41d0b1a0dc736b6fba8d6058c375bab72d85c /src/cpp/codegen | |
parent | 79d9096126aceb3fbf5a9ef0c2942b5d17276851 (diff) |
removed spurious namespace qualification
Diffstat (limited to 'src/cpp/codegen')
-rw-r--r-- | src/cpp/codegen/codegen_init.cc | 4 |
1 files changed, 0 insertions, 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 |