소스 검색

Removed unused code pertaining to shared_ptr

Adam Cozzette 7 년 전
부모
커밋
8b3a72f3e9
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  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;