| Index: src/elements.h
|
| diff --git a/src/elements.h b/src/elements.h
|
| index ad2aa40bd045eb64d3955405455029807658042a..1f36495e98047862dbca7e9e4ecfcb49a0ef20a3 100644
|
| --- a/src/elements.h
|
| +++ b/src/elements.h
|
| @@ -20,7 +20,6 @@ class ElementsAccessor {
|
| explicit ElementsAccessor(const char* name) : name_(name) { }
|
| virtual ~ElementsAccessor() { }
|
|
|
| - virtual ElementsKind kind() const = 0;
|
| const char* name() const { return name_; }
|
|
|
| // Checks the elements of an object for consistency, asserting when a problem
|
|
|