summaryrefslogtreecommitdiff
path: root/src/parsing.h
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2020-11-08 12:24:27 -0800
committerGitHub <noreply@github.com>2020-11-08 12:24:27 -0800
commit47607d445b62c98017ce4b9c6cc69b61fae85aa5 (patch)
treee9c3350b96e21183c95f61cbf4fcfba8cf7257ab /src/parsing.h
parentc8249b553f89ede0b4dedd6c00fe7f9f7e745de2 (diff)
downloadbinaryen-47607d445b62c98017ce4b9c6cc69b61fae85aa5.tar.gz
binaryen-47607d445b62c98017ce4b9c6cc69b61fae85aa5.tar.bz2
binaryen-47607d445b62c98017ce4b9c6cc69b61fae85aa5.zip
Remove dead code and unused includes. NFC. (#3328)
Specifically try to cleanup use of asm_v_wasm.h and asmjs constants.
Diffstat (limited to 'src/parsing.h')
-rw-r--r--src/parsing.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parsing.h b/src/parsing.h
index bdc3e63b7..680f2f5cc 100644
--- a/src/parsing.h
+++ b/src/parsing.h
@@ -22,7 +22,6 @@
#include <sstream>
#include <string>
-#include "asmjs/shared-constants.h"
#include "mixed_arena.h"
#include "shared-constants.h"
#include "support/colors.h"