From 599e6af649438aa13e0ac813f2ee92efa6aede38 Mon Sep 17 00:00:00 2001 From: Roman Shevchenko Date: Tue, 4 Dec 2012 16:57:35 +0100 Subject: [PATCH] Cleanup --- native/fsNotifier/linux/main.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/native/fsNotifier/linux/main.c b/native/fsNotifier/linux/main.c index 7daa73913149..606e914dbc2e 100644 --- a/native/fsNotifier/linux/main.c +++ b/native/fsNotifier/linux/main.c @@ -244,11 +244,6 @@ static bool read_input() { return update_roots(new_roots); } - if (strcmp(line, "VERSION") == 0) { - output(VERSION "\n"); - return true; - } - userlog(LOG_INFO, "unrecognised command: %s", line); return true; }