Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Sep 12, 2019
1 parent d8a15d2 commit c2f9693
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shell-interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit c2f9693

Please sign in to comment.