[lld] r267381 - [ELF] - Removed dead declarations. NFC.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 01:08:57 PDT 2016


Author: grimar
Date: Mon Apr 25 03:08:54 2016
New Revision: 267381

URL: http://llvm.org/viewvc/llvm-project?rev=267381&view=rev
Log:
[ELF] - Removed dead declarations. NFC.

Modified:
    lld/trunk/ELF/LinkerScript.h

Modified: lld/trunk/ELF/LinkerScript.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/LinkerScript.h?rev=267381&r1=267380&r2=267381&view=diff
==============================================================================
--- lld/trunk/ELF/LinkerScript.h (original)
+++ lld/trunk/ELF/LinkerScript.h Mon Apr 25 03:08:54 2016
@@ -91,11 +91,6 @@ private:
 
   int getSectionIndex(StringRef Name);
 
-  uint64_t evaluate(ArrayRef<StringRef> Tokens);
-  uint64_t parseExpr(ArrayRef<StringRef> &Tokens);
-  uint64_t parsePrimary(ArrayRef<StringRef> &Tokens);
-  uint64_t parseExpr1(ArrayRef<StringRef> &Tokens, uint64_t Lhs, int MinPrec);
-  uint64_t parseTernary(ArrayRef<StringRef> &Tokens, uint64_t Cond);
   uintX_t Dot;
 };
 




More information about the llvm-commits mailing list