summaryrefslogtreecommitdiff
path: root/lld/COFF/Driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/COFF/Driver.h')
-rw-r--r--lld/COFF/Driver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/COFF/Driver.h b/lld/COFF/Driver.h
index 627e991a902..44bc3ba943d 100644
--- a/lld/COFF/Driver.h
+++ b/lld/COFF/Driver.h
@@ -103,7 +103,6 @@ private:
std::set<std::string> VisitedLibs;
Symbol *addUndefined(StringRef Sym);
- StringRef mangle(StringRef Sym);
// Windows specific -- "main" is not the only main function in Windows.
// You can choose one from these four -- {w,}{WinMain,main}.