remove the code added in r90497. It has several major issues and no tests.
[oota-llvm.git] / lib / AsmParser / LLParser.h
index fd7bf4eb71f1503da4e5a615b07541c570a6620b..31707287913f82e2acd77a25870aa9d4bf134267 100644 (file)
@@ -283,8 +283,6 @@ namespace llvm {
       return ParseTypeAndBasicBlock(BB, Loc, PFS);
     }
 
-    bool ParseInlineMetadata(Value *&V, PerFunctionState &PFS);
-
     struct ParamInfo {
       LocTy Loc;
       Value *V;