* Reverse mappings for the successor and substitute mappings.

This commit is contained in:
Eelco Dolstra 2003-10-10 14:46:28 +00:00
parent 1eb4da156c
commit d3d5e77810
6 changed files with 68 additions and 27 deletions

View file

@ -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;