useless variable if pthread is not used
authorcaro <caro>
Wed, 9 Dec 2009 08:34:09 +0000 (08:34 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 9 Dec 2009 08:34:09 +0000 (08:34 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@44319 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eina_main.c

index 0c9172c..cf469a0 100644 (file)
@@ -48,7 +48,9 @@
  */
 
 static int _eina_main_count = 0;
+#ifdef EFL_HAVE_PTHREAD
 static int _eina_main_thread_count = 0;
+#endif
 static int _eina_log_dom = -1;
 
 #ifdef ERR