From: Dmitri Gribenko Date: Mon, 31 Mar 2014 14:14:13 +0000 (+0000) Subject: Remove unused private typedef X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9982159d26c8613da640e8b4b961b13e1970abbe;p=oota-llvm.git Remove unused private typedef git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205190 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/IntrusiveRefCntPtr.h b/include/llvm/ADT/IntrusiveRefCntPtr.h index aad139296b0..729e37f06a1 100644 --- a/include/llvm/ADT/IntrusiveRefCntPtr.h +++ b/include/llvm/ADT/IntrusiveRefCntPtr.h @@ -135,7 +135,7 @@ public: template class IntrusiveRefCntPtr { T* Obj; - typedef IntrusiveRefCntPtr this_type; + public: typedef T element_type;