From 25968de87aee8806885c2a9bdf8b796d1054cfef Mon Sep 17 00:00:00 2001 From: "David L. Jones" Date: Tue, 23 Mar 2021 19:58:29 -0700 Subject: [PATCH] Remove the ::pb namespace (alias). (#8423) This closes #8349, although we will probably still pursue some other name in the future. --- src/google/protobuf/port.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/google/protobuf/port.h b/src/google/protobuf/port.h index aa2cfc1eb8..4c09eb1dbe 100644 --- a/src/google/protobuf/port.h +++ b/src/google/protobuf/port.h @@ -37,11 +37,4 @@ #define GOOGLE_PROTOBUF_PORT_H__ -#include - -// Protobuf intends to move into the pb:: namespace. -namespace protobuf_future_namespace_placeholder {} -namespace pb = ::protobuf_future_namespace_placeholder; - - #endif // GOOGLE_PROTOBUF_PORT_H__