forked from OSchip/llvm-project
[WebAssembly] Remove used member from SymbolTable
Patch by Nicholas Wilson llvm-svn: 321096
This commit is contained in:
parent
3519a27635
commit
5b1216c41e
|
@ -42,7 +42,6 @@ public:
|
||||||
void addFile(InputFile *File);
|
void addFile(InputFile *File);
|
||||||
|
|
||||||
std::vector<ObjFile *> ObjectFiles;
|
std::vector<ObjFile *> ObjectFiles;
|
||||||
std::vector<Symbol *> SyntheticSymbols;
|
|
||||||
|
|
||||||
void reportDuplicate(Symbol *Existing, InputFile *NewFile);
|
void reportDuplicate(Symbol *Existing, InputFile *NewFile);
|
||||||
void reportRemainingUndefines();
|
void reportRemainingUndefines();
|
||||||
|
|
Loading…
Reference in New Issue