zap dead code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113071 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2010-09-04 17:45:58 +00:00
parent 2eb63dfa0a
commit 718045889e

View File

@ -102,7 +102,6 @@ namespace {
void EmitResultCode();
Matcher *GetMatcher() const { return TheMatcher; }
Matcher *GetCurPredicate() const { return CurPredicate; }
private:
void AddMatcher(Matcher *NewNode);
void InferPossibleTypes();