init: remove unused variable
authorJens Axboe <axboe@fb.com>
Mon, 26 Sep 2016 16:07:26 +0000 (10:07 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 26 Sep 2016 16:07:26 +0000 (10:07 -0600)
Signed-off-by: Jens Axboe <axboe@fb.com>
init.c

diff --git a/init.c b/init.c
index 5151ff132f2f3357285eaa80a22664e7f3b2b2ad..513f754492018792a92eeac0db68ba20138c1dcb 100644 (file)
--- a/init.c
+++ b/init.c
@@ -322,8 +322,6 @@ static void free_shm(void)
  */
 static int setup_thread_area(void)
 {
  */
 static int setup_thread_area(void)
 {
-       void *hash;
-
        if (threads)
                return 0;
 
        if (threads)
                return 0;