remove unused variable

SVN revision: 52529
This commit is contained in:
Mike Blumenkrantz 2010-09-21 02:16:40 +00:00
parent 786e2bd7e4
commit f3a2858f37
1 changed files with 0 additions and 1 deletions

View File

@ -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();