diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-07-09 09:17:11 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-07-09 09:17:11 +0000 |
commit | c7068caed7a1d4e0e42b0e64db24bf23f12f712b (patch) | |
tree | d7d4501bf518c412c8a5a050ae4c899253b4373c /lib/Analysis/CFRefCount.cpp | |
parent | 9b31df4acdeeb61bb084a03fc37bc5bd570a659e (diff) |
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75127 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/CFRefCount.cpp')
-rw-r--r-- | lib/Analysis/CFRefCount.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/CFRefCount.cpp b/lib/Analysis/CFRefCount.cpp index d3d0545e99..c74668cf0f 100644 --- a/lib/Analysis/CFRefCount.cpp +++ b/lib/Analysis/CFRefCount.cpp @@ -553,7 +553,6 @@ public: if (!PT) return 0; ObjCInterfaceType* OI = dyn_cast<ObjCInterfaceType>(PT->getPointeeType()); - if (!OI) return 0; return OI ? OI->getDecl() : 0; } |