Bläddra i källkod

Removed unused code pertaining to shared_ptr

Adam Cozzette 7 år sedan
förälder
incheckning
8b3a72f3e9
1 ändrade filer med 0 tillägg och 7 borttagningar
  1. 0 7
      python/google/protobuf/pyext/message.h

+ 0 - 7
python/google/protobuf/pyext/message.h

@@ -52,13 +52,6 @@ class Descriptor;
 class DescriptorPool;
 class DescriptorPool;
 class MessageFactory;
 class MessageFactory;
 
 
-#ifdef _SHARED_PTR_H
-using std::shared_ptr;
-using std::string;
-#else
-using internal::shared_ptr;
-#endif
-
 namespace python {
 namespace python {
 
 
 struct ExtensionDict;
 struct ExtensionDict;