mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
[WebAssembly] Remove used member from SymbolTable
Patch by Nicholas Wilson llvm-svn: 321096
This commit is contained in:
@@ -42,7 +42,6 @@ public:
|
||||
void addFile(InputFile *File);
|
||||
|
||||
std::vector<ObjFile *> ObjectFiles;
|
||||
std::vector<Symbol *> SyntheticSymbols;
|
||||
|
||||
void reportDuplicate(Symbol *Existing, InputFile *NewFile);
|
||||
void reportRemainingUndefines();
|
||||
|
||||
Reference in New Issue
Block a user