From c2f9693d42e55496e661b8992dbef3993172230d Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Thu, 23 May 2019 00:39:55 +0100 Subject: [PATCH] Typo --- src/shell-interface.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shell-interface.h b/src/shell-interface.h index 27cd3b886..b7ea0b9e3 100644 --- a/src/shell-interface.h +++ b/src/shell-interface.h @@ -51,7 +51,6 @@ struct ShellExternalInterface : ModuleInstance::ExternalInterface { Memory& operator=(const Memory&) = delete; public: - Memory() {} Memory() = default; // Gives no guarantee about the length of the memory. Caller needs to ensure that. char* rawpointer(size_t offset) {