diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-04-03 21:35:51 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-04-03 22:08:33 +0200 |
commit | 222fff253c6c6a3d1def16ed90723d7f2c4f9b89 (patch) | |
tree | bbe09eb4962e8cf509a03baff4fc301f9449cadf /nix/nix-daemon/nix-daemon.cc | |
parent | 58beda01217c48da52e67ac5461f33b6532b5ede (diff) | |
download | guix-222fff253c6c6a3d1def16ed90723d7f2c4f9b89.tar guix-222fff253c6c6a3d1def16ed90723d7f2c4f9b89.tar.gz |
daemon: Remove dead code.
Reported by Noisytoot on #guix.
* nix/nix-daemon/shared.hh (showManPage): Remove.
* nix/nix-daemon/nix-daemon.cc (printHelp, programId): Remove.
Diffstat (limited to 'nix/nix-daemon/nix-daemon.cc')
-rw-r--r-- | nix/nix-daemon/nix-daemon.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/nix/nix-daemon/nix-daemon.cc b/nix/nix-daemon/nix-daemon.cc index 3dd156ba77..497de11a04 100644 --- a/nix/nix-daemon/nix-daemon.cc +++ b/nix/nix-daemon/nix-daemon.cc @@ -1046,12 +1046,3 @@ void run(const std::vector<int>& sockets) { daemonLoop(sockets); } - - -void printHelp() -{ - showManPage("nix-daemon"); -} - - -string programId = "nix-daemon"; |