useless variable if pthread is not used

SVN revision: 44319
This commit is contained in:
Vincent Torri 2009-12-09 08:34:09 +00:00
parent efc50c5541
commit 04a156cda0
1 changed files with 2 additions and 0 deletions

View 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