Skip to content

Commit c2f9693

Browse files
committed
Typo
1 parent d8a15d2 commit c2f9693

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/shell-interface.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ struct ShellExternalInterface : ModuleInstance::ExternalInterface {
5151
Memory& operator=(const Memory&) = delete;
5252

5353
public:
54-
Memory() {}
5554
Memory() = default;
5655
// Gives no guarantee about the length of the memory. Caller needs to ensure that.
5756
char* rawpointer(size_t offset) {

0 commit comments

Comments
 (0)