[WebAssembly] Remove unused forward declaration.

llvm-svn: 326411
This commit is contained in:
Rui Ueyama 2018-03-01 02:37:26 +00:00
parent 37ad8161e4
commit 0931e957ff

View File

@ -17,8 +17,6 @@
namespace lld {
namespace wasm {
class Symbol;
struct Configuration {
bool AllowUndefined;
bool CheckSignatures;