diff options
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/or/main.c b/src/or/main.c index 30d5fcc58..0dafa5405 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1229,24 +1229,6 @@ do_main_loop(void) } } -/* DOCDOC */ -int -control_signal_check(int the_signal) -{ - switch (the_signal) - { - case 1: - case 2: - case 10: - case 12: - case 15: - case SIGNEWNYM: - return 1; - default: - return 0; - } -} - /** Used to implement the SIGNAL control command: if we accept * <b>the_signal</b> as a remote pseudo-signal, act on it. */ /* We don't re-use catch() here because: |