summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-11-27 09:55:56 +0000
committerBill Wendling <isanbard@gmail.com>2012-11-27 09:55:56 +0000
commitee5984df399aa360047e2e4ac9209bd886bc4961 (patch)
tree37b61bcdea511e1e137a16c16bb7def649f47f49 /llvm/lib/AsmParser/LLParser.h
parent69a071d5a676d66761dc9808265795cff17d1b80 (diff)
downloadbcm5719-llvm-ee5984df399aa360047e2e4ac9209bd886bc4961.tar.gz
bcm5719-llvm-ee5984df399aa360047e2e4ac9209bd886bc4961.zip
Remove the dependent libraries feature.
The dependent libraries feature was never used and has bit-rotted. Remove it. llvm-svn: 168694
Diffstat (limited to 'llvm/lib/AsmParser/LLParser.h')
-rw-r--r--llvm/lib/AsmParser/LLParser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/AsmParser/LLParser.h b/llvm/lib/AsmParser/LLParser.h
index 8e04705a7b2..5cebd974f3a 100644
--- a/llvm/lib/AsmParser/LLParser.h
+++ b/llvm/lib/AsmParser/LLParser.h
@@ -216,7 +216,6 @@ namespace llvm {
bool ParseTopLevelEntities();
bool ValidateEndOfModule();
bool ParseTargetDefinition();
- bool ParseDepLibs();
bool ParseModuleAsm();
bool ParseUnnamedType();
bool ParseNamedType();
OpenPOWER on IntegriCloud