diff options
Diffstat (limited to 'src/test.h')
-rw-r--r-- | src/test.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -7,9 +7,6 @@ struct StateTestWithBuiltinRules : public testing::Test { StateTestWithBuiltinRules(); Node* GetNode(const string& path); - // Mark every non-leaf node dirty. - void ResetDirty(); - State state_; }; |