summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wasm-traversal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wasm-traversal.h b/src/wasm-traversal.h
index 38a99e82f..7d73baf6e 100644
--- a/src/wasm-traversal.h
+++ b/src/wasm-traversal.h
@@ -34,7 +34,6 @@ namespace wasm {
template<typename SubType, typename ReturnType>
struct WasmVisitor {
virtual ~WasmVisitor() {}
- // should be pure virtual, but https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51048
// Expression visitors
ReturnType visitBlock(Block *curr) { abort(); }
ReturnType visitIf(If *curr) { abort(); }