mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
This commit is contained in:
parent
9cda616949
commit
2b20318b0e
1 changed files with 0 additions and 4 deletions
|
@ -803,8 +803,6 @@ void LocalStore::invalidatePath(const Path & path)
|
|||
{
|
||||
debug(format("invalidating path `%1%'") % path);
|
||||
|
||||
SQLiteTxn txn(db);
|
||||
|
||||
SQLiteStmtUse use(stmtInvalidatePath);
|
||||
|
||||
stmtInvalidatePath.bind(path);
|
||||
|
@ -814,8 +812,6 @@ void LocalStore::invalidatePath(const Path & path)
|
|||
|
||||
/* Note that the foreign key constraints on the Refs table take
|
||||
care of deleting the references entries for `path'. */
|
||||
|
||||
txn.commit();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue