summaryrefslogtreecommitdiffstats
path: root/src/graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph.h')
-rw-r--r--src/graph.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/graph.h b/src/graph.h
index 3e2e57a..ced1f4f 100644
--- a/src/graph.h
+++ b/src/graph.h
@@ -212,8 +212,7 @@ struct DependencyScan {
/// Recompute whether a given single output should be marked dirty.
/// Returns true if so.
- bool RecomputeOutputDirty(Edge* edge, TimeStamp most_recent_input,
- Node* most_recent_node,
+ bool RecomputeOutputDirty(Edge* edge, Node* most_recent_input,
const string& command, Node* output);
bool LoadDepFile(Edge* edge, string* err);