aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/CFRefCount.cpp
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-07-09 09:17:11 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-07-09 09:17:11 +0000
commitc7068caed7a1d4e0e42b0e64db24bf23f12f712b (patch)
treed7d4501bf518c412c8a5a050ae4c899253b4373c /lib/Analysis/CFRefCount.cpp
parent9b31df4acdeeb61bb084a03fc37bc5bd570a659e (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.cpp1
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;
}