summaryrefslogtreecommitdiffstats
path: root/src/sync-mode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sync-mode.c')
-rw-r--r--src/sync-mode.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sync-mode.c b/src/sync-mode.c
index be6366d..e69ecfe 100644
--- a/src/sync-mode.c
+++ b/src/sync-mode.c
@@ -641,9 +641,6 @@ static int local_handler_sync(int fd, int type, void *data)
dlog(LOG_NOTICE, "flushing external cache");
STATE_SYNC(external)->ct.flush();
break;
- case KILL:
- killer(0);
- break;
case STATS:
STATE(mode)->internal->ct.stats(fd);
STATE_SYNC(external)->ct.stats(fd);