We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a15d2 commit c2f9693Copy full SHA for c2f9693
src/shell-interface.h
@@ -51,7 +51,6 @@ struct ShellExternalInterface : ModuleInstance::ExternalInterface {
51
Memory& operator=(const Memory&) = delete;
52
53
public:
54
- Memory() {}
55
Memory() = default;
56
// Gives no guarantee about the length of the memory. Caller needs to ensure that.
57
char* rawpointer(size_t offset) {
0 commit comments