Remove unused private typedef

llvm-svn: 205190
This commit is contained in:
Dmitri Gribenko 2014-03-31 14:14:13 +00:00
parent 8e5f80d2cf
commit 1c1f487654
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ public:
template <typename T>
class IntrusiveRefCntPtr {
T* Obj;
typedef IntrusiveRefCntPtr this_type;
public:
typedef T element_type;