mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-02 23:50:19 +00:00
[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);
|
||||
|
||||
std::vector<ObjFile *> ObjectFiles;
|
||||
std::vector<Symbol *> SyntheticSymbols;
|
||||
|
||||
void reportDuplicate(Symbol *Existing, InputFile *NewFile);
|
||||
void reportRemainingUndefines();
|
||||
|
Loading…
x
Reference in New Issue
Block a user