diff options
Diffstat (limited to 'src/normalise.hh')
-rw-r--r-- | src/normalise.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/normalise.hh b/src/normalise.hh index 4b4db4ee2..e8e72f5bc 100644 --- a/src/normalise.hh +++ b/src/normalise.hh @@ -34,9 +34,5 @@ PathSet nixExprRequisites(const Path & nePath, output paths are completely contained in the set `outputs'. */ PathSet findGenerators(const PathSet & outputs); -/* Register a successor. */ -void registerSuccessor(const Transaction & txn, - const Path & path1, const Path & path2); - #endif /* !__NORMALISE_H */ |