diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/c-writer.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/c-writer.cc b/src/c-writer.cc index 04fdeca9..de34cb61 100644 --- a/src/c-writer.cc +++ b/src/c-writer.cc @@ -1026,12 +1026,6 @@ void CWriter::WriteTables() { return; } - if (!module_->types.size()) { - // If no types are defined then there is no way to use the table - // for anything. - return; - } - Write(Newline()); assert(module_->tables.size() <= 1); |