Explorar o código

Removed unused code pertaining to shared_ptr

Adam Cozzette %!s(int64=7) %!d(string=hai) anos
pai
achega
8b3a72f3e9
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  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 MessageFactory;
 
-#ifdef _SHARED_PTR_H
-using std::shared_ptr;
-using std::string;
-#else
-using internal::shared_ptr;
-#endif
-
 namespace python {
 
 struct ExtensionDict;