[llvm] r205190 - Remove unused private typedef

Dmitri Gribenko gribozavr at gmail.com
Mon Mar 31 07:14:14 PDT 2014


Author: gribozavr
Date: Mon Mar 31 09:14:13 2014
New Revision: 205190

URL: http://llvm.org/viewvc/llvm-project?rev=205190&view=rev
Log:
Remove unused private typedef

Modified:
    llvm/trunk/include/llvm/ADT/IntrusiveRefCntPtr.h

Modified: llvm/trunk/include/llvm/ADT/IntrusiveRefCntPtr.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/IntrusiveRefCntPtr.h?rev=205190&r1=205189&r2=205190&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/IntrusiveRefCntPtr.h (original)
+++ llvm/trunk/include/llvm/ADT/IntrusiveRefCntPtr.h Mon Mar 31 09:14:13 2014
@@ -135,7 +135,7 @@ public:
   template <typename T>
   class IntrusiveRefCntPtr {
     T* Obj;
-    typedef IntrusiveRefCntPtr this_type;
+
   public:
     typedef T element_type;
 





More information about the llvm-commits mailing list