From 8b3a72f3e97b7ce86fc636685ea0bcf407869f39 Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Tue, 20 Mar 2018 11:12:27 -0700 Subject: Removed unused code pertaining to shared_ptr --- python/google/protobuf/pyext/message.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'python') diff --git a/python/google/protobuf/pyext/message.h b/python/google/protobuf/pyext/message.h index 7050f876..72bcfa83 100644 --- a/python/google/protobuf/pyext/message.h +++ b/python/google/protobuf/pyext/message.h @@ -52,13 +52,6 @@ class Descriptor; class DescriptorPool; class MessageFactory; -#ifdef _SHARED_PTR_H -using std::shared_ptr; -using std::string; -#else -using internal::shared_ptr; -#endif - namespace python { struct ExtensionDict; -- cgit v1.2.3