[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
348/376: Remove dead code
From: |
Ludovic Courtès |
Subject: |
348/376: Remove dead code |
Date: |
Wed, 28 Jan 2015 22:06:06 +0000 |
civodul pushed a commit to tag 1.8
in repository guix.
commit df319047f42ff77f53bf6740c00011106585c80e
Author: Eelco Dolstra <address@hidden>
Date: Fri Dec 12 12:30:38 2014 +0100
Remove dead code
---
src/nix-daemon/nix-daemon.cc | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/src/nix-daemon/nix-daemon.cc b/src/nix-daemon/nix-daemon.cc
index 9a8f469..51156ad 100644
--- a/src/nix-daemon/nix-daemon.cc
+++ b/src/nix-daemon/nix-daemon.cc
@@ -837,15 +837,6 @@ static void daemonLoop(char * * argv)
}
-void run(Strings args)
-{
- for (Strings::iterator i = args.begin(); i != args.end(); ) {
- string arg = *i++;
- }
-
-}
-
-
int main(int argc, char * * argv)
{
return handleExceptions(argv[0], [&]() {
- 336/376: Cruft, (continued)
- 336/376: Cruft, Ludovic Courtès, 2015/01/28
- 339/376: Include cacert in the binary tarball, Ludovic Courtès, 2015/01/28
- 340/376: Rename function, Ludovic Courtès, 2015/01/28
- 342/376: Don't do vfork in conjunction with setuid, Ludovic Courtès, 2015/01/28
- 341/376: Use vfork, Ludovic Courtès, 2015/01/28
- 345/376: allow custom docbook paths/URLs, use a working URL for docbook.rng, Ludovic Courtès, 2015/01/28
- 344/376: Urgh, Ludovic Courtès, 2015/01/28
- 343/376: Provide default pagers, Ludovic Courtès, 2015/01/28
- 346/376: Don't use ?=, Ludovic Courtès, 2015/01/28
- 347/376: Remove canary stuff, Ludovic Courtès, 2015/01/28
- 348/376: Remove dead code,
Ludovic Courtès <=
- 350/376: Doh, Ludovic Courtès, 2015/01/28
- 338/376: Don't wait for PID -1, Ludovic Courtès, 2015/01/28
- 352/376: Get rid of unnecessary "interrupted by the user" message with -vvv, Ludovic Courtès, 2015/01/28
- 353/376: Don't abort if we get a signal while waiting for the pager, Ludovic Courtès, 2015/01/28
- 351/376: Remove chatty message, Ludovic Courtès, 2015/01/28
- 356/376: Shut up a Valgrind warning, Ludovic Courtès, 2015/01/28
- 349/376: Remove tabs, Ludovic Courtès, 2015/01/28
- 355/376: Fix some memory leaks, Ludovic Courtès, 2015/01/28
- 357/376: Silence some warnings on GCC 4.9, Ludovic Courtès, 2015/01/28
- 358/376: Install cacert before running nix-channel, Ludovic Courtès, 2015/01/28