From abddf07563b9f00b6e256abf52b191f7c57655af Mon Sep 17 00:00:00 2001 From: Daniel Walton Date: Thu, 29 Sep 2016 19:51:56 +0000 Subject: all: scrubbed some argc CHECK MEs Signed-off-by: Daniel Walton --- lib/thread.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/thread.c') diff --git a/lib/thread.c b/lib/thread.c index eb85d57af0..76acd07789 100644 --- a/lib/thread.c +++ b/lib/thread.c @@ -299,7 +299,6 @@ DEFUN (show_thread_cpu, "Thread CPU usage\n" "Display filter (rwtexb)\n") { - /* CHECK ME argc referenced below */ int idx_filter = 3; int i = 0; thread_type filter = (thread_type) -1U; @@ -383,7 +382,6 @@ DEFUN (clear_thread_cpu, "Thread CPU usage\n" "Display filter (rwtexb)\n") { - /* CHECK ME argc referenced below */ int idx_filter = 3; int i = 0; thread_type filter = (thread_type) -1U; -- cgit v1.2.3