Chromium Code Reviews| Index: runtime/vm/runtime_entry.h |
| diff --git a/runtime/vm/runtime_entry.h b/runtime/vm/runtime_entry.h |
| index 4004e4f0ae8736b1980a095238d3703972f5dbde..fe8d2898bd033507acf9d505109cd259dde5bc8f 100644 |
| --- a/runtime/vm/runtime_entry.h |
| +++ b/runtime/vm/runtime_entry.h |
| @@ -47,7 +47,6 @@ class RuntimeEntry : public ValueObject { |
| next_(NULL) { |
| VMTag::RegisterRuntimeEntry(this); |
| } |
| - ~RuntimeEntry() {} |
| const char* name() const { return name_; } |
| RuntimeFunction function() const { return function_; } |