summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Userland/Libraries/LibWasm/AbstractMachine/Interpreter.cpp9
-rw-r--r--Userland/Libraries/LibWasm/CMakeLists.txt1
2 files changed, 0 insertions, 10 deletions
diff --git a/Userland/Libraries/LibWasm/AbstractMachine/Interpreter.cpp b/Userland/Libraries/LibWasm/AbstractMachine/Interpreter.cpp
deleted file mode 100644
index c67dea472a..0000000000
--- a/Userland/Libraries/LibWasm/AbstractMachine/Interpreter.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-/*
- * Copyright (c) 2021, Ali Mohammad Pur <mpfard@serenityos.org>
- *
- * SPDX-License-Identifier: BSD-2-Clause
- */
-
-namespace Wasm {
-
-}
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
)