Commit 8b3a72f3 authored by Adam Cozzette's avatar Adam Cozzette

Removed unused code pertaining to shared_ptr

parent ec409532
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment