summaryrefslogtreecommitdiffstats
path: root/lld/ELF/ScriptParser.h
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2016-06-29 08:01:32 +0000
committerRui Ueyama <ruiu@google.com>2016-06-29 08:01:32 +0000
commit93c9af425ed061b9ea0290253c40eb12e76ffe32 (patch)
treedecee8c6f5cb61952201fa311aa1f94ce968ee5b /lld/ELF/ScriptParser.h
parent518cbc7cc3ac8fbaf45073a3d2ed1379c2e356ee (diff)
downloadbcm5719-llvm-93c9af425ed061b9ea0290253c40eb12e76ffe32.tar.gz
bcm5719-llvm-93c9af425ed061b9ea0290253c40eb12e76ffe32.zip
Create Strings.cpp and move string manipulation functions to that file.
llvm-svn: 274109
Diffstat (limited to 'lld/ELF/ScriptParser.h')
-rw-r--r--lld/ELF/ScriptParser.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/ELF/ScriptParser.h b/lld/ELF/ScriptParser.h
index 4014cf08980..20735f78da8 100644
--- a/lld/ELF/ScriptParser.h
+++ b/lld/ELF/ScriptParser.h
@@ -37,8 +37,6 @@ protected:
size_t getPos();
void printErrorPos();
- std::vector<uint8_t> parseHex(StringRef S);
-
StringRef Input;
std::vector<StringRef> Tokens;
size_t Pos = 0;
OpenPOWER on IntegriCloud