From: Ted Kremenek Date: Wed, 28 Jan 2009 22:35:55 +0000 (+0000) Subject: Remove '#if 0' code. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea4bc889a6a253ae20a73105b98236d18e550411;p=clang Remove '#if 0' code. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63250 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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& Dst, state.set(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;