processes plugin: Fix compilation when ps_delay() not used.
authorPavel Rochnyack <pavel2000@ngs.ru>
Sun, 10 Dec 2017 15:06:00 +0000 (22:06 +0700)
committerPavel Rochnyack <pavel2000@ngs.ru>
Sun, 10 Dec 2017 15:09:52 +0000 (22:09 +0700)
Remove unused ps_delay() function when compiled without libtaskstats/libmnl

Closes: #2609

src/processes.c

index 738a6de..7c7b4b4 100644 (file)
@@ -1248,10 +1248,6 @@ static int ps_delay(process_entry_t *ps) {
 
   return 0;
 }
-#else
-static int ps_delay(__attribute__((unused)) process_entry_t *unused) {
-  return -1;
-}
 #endif
 
 static void ps_fill_details(const procstat_t *ps, process_entry_t *entry) {