pluto: Removed KLIPS specific bare shunt scanning.

This commit is contained in:
Tobias Brunner
2010-09-02 19:04:19 +02:00
parent 749d3cccaf
commit 54f42e350e
5 changed files with 0 additions and 340 deletions
-7
View File
@@ -233,13 +233,6 @@ void handle_timer_event(void)
init_secret();
break;
#ifdef KLIPS
case EVENT_SHUNT_SCAN:
passert(st == NULL);
scan_proc_shunts();
break;
#endif
case EVENT_LOG_DAILY:
daily_log_event();
break;