Remove 'if you are using a released version' warning
[oota-llvm.git] / lib / AsmParser / LLParser.h
index 97a13f1a057e497058cb3094e687a15e6fcd2582..f61a5e5e3a38bcb35e5f7e62908711f716d7f023 100644 (file)
@@ -465,7 +465,6 @@ namespace llvm {
     bool ParseCatchRet(Instruction *&Inst, PerFunctionState &PFS);
     bool ParseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS);
     bool ParseCatchPad(Instruction *&Inst, PerFunctionState &PFS);
-    bool ParseTerminatePad(Instruction *&Inst, PerFunctionState &PFS);
     bool ParseCleanupPad(Instruction *&Inst, PerFunctionState &PFS);
 
     bool ParseArithmetic(Instruction *&I, PerFunctionState &PFS, unsigned Opc,