[threadpool-ms] Fix compilation warning
authorLudovic Henry <ludovic.henry@xamarin.com>
Thu, 14 May 2015 09:24:08 +0000 (10:24 +0100)
committerLudovic Henry <ludovic.henry@xamarin.com>
Thu, 14 May 2015 09:24:08 +0000 (10:24 +0100)
mono/metadata/threadpool-ms.c

index fba30d4d9da62b7266ffc1cf95a0cedd283901df..593cc7eae3ae2a08f3e1c7a7f2b94edff8aef216 100644 (file)
@@ -566,8 +566,6 @@ worker_unpark (ThreadPoolParkedThread *thread)
 static void
 worker_kill (ThreadPoolWorkingThread *thread)
 {
-       ThreadPoolCounter counter;
-
        if (thread == mono_thread_internal_current ())
                return;