mirror of
https://github.com/NixOS/nix
synced 2025-06-28 17:51:15 +02:00
Remove some dead code
This commit is contained in:
parent
62ad3dfc43
commit
d3c61d83be
2 changed files with 0 additions and 10 deletions
|
@ -151,15 +151,6 @@ static void performOp(bool trusted, unsigned int clientVersion,
|
|||
{
|
||||
switch (op) {
|
||||
|
||||
#if 0
|
||||
case wopQuit: {
|
||||
/* Close the database. */
|
||||
store.reset((StoreAPI *) 0);
|
||||
writeInt(1, to);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
||||
case wopIsValidPath: {
|
||||
/* 'readStorePath' could raise an error leading to the connection
|
||||
being closed. To be able to recover from an invalid path error,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue