summaryrefslogtreecommitdiff
path: root/lib/AsmParser/LLParser.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-12-30 02:20:07 +0000
committerChris Lattner <sabre@nondot.org>2009-12-30 02:20:07 +0000
commitc49363bcd92a9b60171199d38e57234757cf00fc (patch)
tree9a60e149c81467245bfeb906ea9869a285e0714b /lib/AsmParser/LLParser.h
parent287881d51086c4c5b38d109142f97442c9283374 (diff)
downloadllvm-c49363bcd92a9b60171199d38e57234757cf00fc.tar.gz
llvm-c49363bcd92a9b60171199d38e57234757cf00fc.tar.bz2
llvm-c49363bcd92a9b60171199d38e57234757cf00fc.tar.xz
remove the code added in r90497. It has several major issues and no tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92288 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AsmParser/LLParser.h')
-rw-r--r--lib/AsmParser/LLParser.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/AsmParser/LLParser.h b/lib/AsmParser/LLParser.h
index fd7bf4eb71..3170728791 100644
--- a/lib/AsmParser/LLParser.h
+++ b/lib/AsmParser/LLParser.h
@@ -283,8 +283,6 @@ namespace llvm {
return ParseTypeAndBasicBlock(BB, Loc, PFS);
}
- bool ParseInlineMetadata(Value *&V, PerFunctionState &PFS);
-
struct ParamInfo {
LocTy Loc;
Value *V;