diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-01-28 22:35:55 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-01-28 22:35:55 +0000 |
commit | ea4bc889a6a253ae20a73105b98236d18e550411 (patch) | |
tree | d94169f717083fcbeb62ebc08f0e47e18d75542c /lib/Analysis/CFRefCount.cpp | |
parent | b2bf7cda4661c54510e6cbb96ba6ea9b5ddafca9 (diff) |
Remove '#if 0' code.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63250 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/CFRefCount.cpp')
-rw-r--r-- | lib/Analysis/CFRefCount.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Analysis/CFRefCount.cpp b/lib/Analysis/CFRefCount.cpp index 6f1b1036b3..35b7ee7b80 100644 --- a/lib/Analysis/CFRefCount.cpp +++ b/lib/Analysis/CFRefCount.cpp @@ -1672,11 +1672,6 @@ void CFRefCount::EvalSummary(ExplodedNodeSet<GRState>& Dst, state.set<RefBindings>(Sym, RefVal::makeOwned(RE.getObjKind(), RetT)); state = state.BindExpr(Ex, loc::SymbolVal(Sym), false); -#if 0 - RefBindings B = GetRefBindings(StImpl); - SetRefBindings(StImpl, RefBFactory.Add(B, Sym, RefVal::makeOwned(RetT))); -#endif - // FIXME: Add a flag to the checker where allocations are allowed to fail. if (RE.getKind() == RetEffect::OwnedAllocatedSymbol) { bool isFeasible; |