mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:37:44 +00:00
LibWasm: Remove empty AbstractMachine/Interpreter.cpp
This was moved to BytecodeInterpreter.cpp, so this is unused now.
This commit is contained in:
parent
87bd69559f
commit
34b338702a
2 changed files with 0 additions and 10 deletions
|
@ -1,9 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2021, Ali Mohammad Pur <mpfard@serenityos.org>
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
|
||||||
*/
|
|
||||||
|
|
||||||
namespace Wasm {
|
|
||||||
|
|
||||||
}
|
|
|
@ -2,7 +2,6 @@ set(SOURCES
|
||||||
AbstractMachine/AbstractMachine.cpp
|
AbstractMachine/AbstractMachine.cpp
|
||||||
AbstractMachine/BytecodeInterpreter.cpp
|
AbstractMachine/BytecodeInterpreter.cpp
|
||||||
AbstractMachine/Configuration.cpp
|
AbstractMachine/Configuration.cpp
|
||||||
AbstractMachine/Interpreter.cpp
|
|
||||||
Parser/Parser.cpp
|
Parser/Parser.cpp
|
||||||
Printer/Printer.cpp
|
Printer/Printer.cpp
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue