Skip to content

Commit

Permalink
Remove unnecessary destructor override.
Browse files Browse the repository at this point in the history
Signed-off-by: John Plevyak <jplevyak@gmail.com>
  • Loading branch information
jplevyak committed Aug 23, 2019
1 parent 375de9f commit 87a4e5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/extensions/common/wasm/null/null_vm.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ namespace Null {
struct NullVm : public WasmVm {
NullVm() = default;
NullVm(const NullVm& other) { load(other.plugin_name_, false /* unused */); }
~NullVm() override{};

// WasmVm
absl::string_view vm() override { return WasmVmNames::get().Null; }
Expand Down

0 comments on commit 87a4e5d

Please sign in to comment.