From 181f191c3ebe943a4eb2a0b118d82fa00d9cb912 Mon Sep 17 00:00:00 2001 From: discomfitor Date: Tue, 21 Sep 2010 02:16:40 +0000 Subject: [PATCH] remove unused variable git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52529 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore/ecore_thread.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/ecore/ecore_thread.c b/src/lib/ecore/ecore_thread.c index 0339423..1ffd5f7 100644 --- a/src/lib/ecore/ecore_thread.c +++ b/src/lib/ecore/ecore_thread.c @@ -241,7 +241,6 @@ _ecore_thread_pri_drop(void) { struct sched_param param; int pol, prio, ret; - pid_t tid; pthread_t pthread_id; pthread_id = pthread_self(); -- 2.7.4