summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWasm/CMakeLists.txt
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-06-20 01:48:52 +0100
committerLinus Groh <mail@linusgroh.de>2021-06-20 01:49:56 +0100
commit34b338702aeef7ede26b38c9b0091152f8f3169f (patch)
treeb8aebbf19f6736dbf027263063b66ce4016dc978 /Userland/Libraries/LibWasm/CMakeLists.txt
parent87bd69559fd5c63564fee853a5d93d4acc0023c8 (diff)
downloadserenity-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.txt1
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
)