| Index: runtime/vm/version.h
|
| diff --git a/runtime/vm/version.h b/runtime/vm/version.h
|
| index 5f08dd332d75d33b03765af103275309a752bb23..2acf205e5c482c2d86b217427bb7380503cd7c79 100644
|
| --- a/runtime/vm/version.h
|
| +++ b/runtime/vm/version.h
|
| @@ -13,12 +13,10 @@ class Version : public AllStatic {
|
| public:
|
| static const char* String();
|
| static const char* SnapshotString();
|
| - static const char* CommitString();
|
|
|
| private:
|
| static const char* str_;
|
| static const char* snapshot_hash_;
|
| - static const char* commit_;
|
| };
|
|
|
| } // namespace dart
|
|
|