diff options
author | Linus Groh <mail@linusgroh.de> | 2021-06-20 01:48:52 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-06-20 01:49:56 +0100 |
commit | 34b338702aeef7ede26b38c9b0091152f8f3169f (patch) | |
tree | b8aebbf19f6736dbf027263063b66ce4016dc978 /Userland/Libraries/LibWasm/CMakeLists.txt | |
parent | 87bd69559fd5c63564fee853a5d93d4acc0023c8 (diff) | |
download | serenity-34b338702aeef7ede26b38c9b0091152f8f3169f.zip |
LibWasm: Remove empty AbstractMachine/Interpreter.cpp
This was moved to BytecodeInterpreter.cpp, so this is unused now.
Diffstat (limited to 'Userland/Libraries/LibWasm/CMakeLists.txt')
-rw-r--r-- | Userland/Libraries/LibWasm/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWasm/CMakeLists.txt b/Userland/Libraries/LibWasm/CMakeLists.txt index ec1bb19aeb..748137b6a9 100644 --- a/Userland/Libraries/LibWasm/CMakeLists.txt +++ b/Userland/Libraries/LibWasm/CMakeLists.txt @@ -2,7 +2,6 @@ set(SOURCES AbstractMachine/AbstractMachine.cpp AbstractMachine/BytecodeInterpreter.cpp AbstractMachine/Configuration.cpp - AbstractMachine/Interpreter.cpp Parser/Parser.cpp Printer/Printer.cpp ) |