diff options
Diffstat (limited to 'src/normalise.cc')
-rw-r--r-- | src/normalise.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/normalise.cc b/src/normalise.cc index 834276f1beff..0dfc9f8e4d12 100644 --- a/src/normalise.cc +++ b/src/normalise.cc @@ -8,13 +8,6 @@ #include "globals.hh" -void registerSuccessor(const Transaction & txn, - const Path & path1, const Path & path2) -{ - nixDB.setString(txn, dbSuccessors, path1, path2); -} - - static Path useSuccessor(const Path & path) { string pathSucc; |