summaryrefslogtreecommitdiff
path: root/src/wasm/parsing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm/parsing.cpp')
-rw-r--r--src/wasm/parsing.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/wasm/parsing.cpp b/src/wasm/parsing.cpp
index 1606a2dd1..5d34da78e 100644
--- a/src/wasm/parsing.cpp
+++ b/src/wasm/parsing.cpp
@@ -36,18 +36,6 @@ void ParseException::dump(std::ostream& o) const {
Colors::normal(o);
}
-void MapParseException::dump(std::ostream& o) const {
- Colors::magenta(o);
- o << "[";
- Colors::red(o);
- o << "map parse exception: ";
- Colors::green(o);
- o << text;
- Colors::magenta(o);
- o << "]";
- Colors::normal(o);
-}
-
// UniqueNameMapper
Name UniqueNameMapper::getPrefixedName(Name prefix) {