Remove unused private typedef
authorDmitri Gribenko <gribozavr@gmail.com>
Mon, 31 Mar 2014 14:14:13 +0000 (14:14 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Mon, 31 Mar 2014 14:14:13 +0000 (14:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205190 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/IntrusiveRefCntPtr.h

index aad139296b0059ad780c133eb0387f5fbe015316..729e37f06a1ded52e73bb792b966a53670aa58e9 100644 (file)
@@ -135,7 +135,7 @@ public:
   template <typename T>
   class IntrusiveRefCntPtr {
     T* Obj;
-    typedef IntrusiveRefCntPtr this_type;
+
   public:
     typedef T element_type;