aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-mc/AsmParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-mc/AsmParser.h')
-rw-r--r--tools/llvm-mc/AsmParser.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/llvm-mc/AsmParser.h b/tools/llvm-mc/AsmParser.h
index 2e328d9..fda79ca 100644
--- a/tools/llvm-mc/AsmParser.h
+++ b/tools/llvm-mc/AsmParser.h
@@ -74,10 +74,6 @@ public:
virtual bool ParseAbsoluteExpression(int64_t &Res);
- virtual bool ParseRelocatableExpression(MCValue &Res);
-
- virtual bool ParseParenRelocatableExpression(MCValue &Res);
-
/// }
private: