diff options
author | Ted Kremenek <kremenek@apple.com> | 2012-09-09 14:55:59 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2012-09-09 14:55:59 +0000 |
commit | ce15cce38c34ae73348457da73c52df81cde3588 (patch) | |
tree | 534b11cec864e4d20a0b599ccaf666c73893a02b /include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h | |
parent | 762f159c3295552f1f3e5e1af8b66385bfaed786 (diff) |
Remove dead method ProgramState::MarshalState().
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163479 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h')
-rw-r--r-- | include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h b/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h index 4279504487..f23f4046a7 100644 --- a/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h +++ b/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h @@ -493,10 +493,6 @@ public: const StackFrameContext *LCtx, SymbolReaper& SymReaper); - /// Marshal a new state for the callee in another translation unit. - /// 'state' is owned by the caller's engine. - ProgramStateRef MarshalState(ProgramStateRef state, const StackFrameContext *L); - public: SVal ArrayToPointer(Loc Array) { |