From 884b9f8a688766e08907431cd6759bfaa89399dc Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 18 Dec 2015 14:30:46 -0800 Subject: remove Label, which was removed from the spec --- src/wasm-s-parser.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/wasm-s-parser.h') diff --git a/src/wasm-s-parser.h b/src/wasm-s-parser.h index 7f1d9bf6c..deeaba155 100644 --- a/src/wasm-s-parser.h +++ b/src/wasm-s-parser.h @@ -555,7 +555,6 @@ public: abort_on(str); } case 'l': { - if (str[1] == 'a') return makeLabel(s); if (str[1] == 'o') return makeLoop(s); abort_on(str); } @@ -770,21 +769,6 @@ private: return ret; } - Expression* makeLabel(Element& s) { - auto ret = allocator.alloc