]> granicus.if.org Git - clang/commitdiff
Remove '#if 0' code.
authorTed Kremenek <kremenek@apple.com>
Wed, 28 Jan 2009 22:35:55 +0000 (22:35 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 28 Jan 2009 22:35:55 +0000 (22:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63250 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/CFRefCount.cpp

index 6f1b1036b309d55cb5cfd63be0a258782047e870..35b7ee7b805ac829c60826bdb923c3a9cf62967e 100644 (file)
@@ -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;