From b8a5b81a20d1a34d2a6be35cd988c33516d845bb Mon Sep 17 00:00:00 2001 From: "David L. Jones" Date: Tue, 23 Mar 2021 15:05:00 -0700 Subject: [PATCH] Remove the ::pb namespace (alias). 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 aa2cfc1eb862..4c09eb1dbecf 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__