summaryrefslogtreecommitdiffstats
path: root/src/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/state.h b/src/state.h
index 9da6d1b..8804532 100644
--- a/src/state.h
+++ b/src/state.h
@@ -95,7 +95,6 @@ struct State {
Edge* AddEdge(const Rule* rule);
- Node* GetNode(StringPiece path);
Node* GetNode(StringPiece path, unsigned int slash_bits);
Node* LookupNode(StringPiece path) const;
Node* SpellcheckNode(const string& path);