aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@google.com>2018-03-20 11:12:27 -0700
committerAdam Cozzette <acozzette@google.com>2018-03-20 14:44:30 -0700
commit8b3a72f3e97b7ce86fc636685ea0bcf407869f39 (patch)
tree5f648efed02d38bae8935ca567a56e01f854665e /python
parentec40953257b913e6be907868797f35493048e7cf (diff)
downloadprotobuf-8b3a72f3e97b7ce86fc636685ea0bcf407869f39.tar.gz
protobuf-8b3a72f3e97b7ce86fc636685ea0bcf407869f39.tar.bz2
protobuf-8b3a72f3e97b7ce86fc636685ea0bcf407869f39.zip
Removed unused code pertaining to shared_ptr
Diffstat (limited to 'python')
-rw-r--r--python/google/protobuf/pyext/message.h7
1 files changed, 0 insertions, 7 deletions
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;