From: Mike Blumenkrantz Date: Mon, 7 Nov 2011 22:18:34 +0000 (+0000) Subject: not sure what the point of this is, so away with it! X-Git-Tag: submit/efl/20131021.015651~5443 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf3762ba288178917772df0536f8a3b9ab3d49c2;p=platform%2Fupstream%2Fenlightenment.git not sure what the point of this is, so away with it! SVN revision: 64880 --- diff --git a/src/bin/e_exec.c b/src/bin/e_exec.c index 9e4b9f5..1a0b57e 100644 --- a/src/bin/e_exec.c +++ b/src/bin/e_exec.c @@ -446,10 +446,6 @@ _e_exec_startup_id_pid_find(const Eina_Hash *hash __UNUSED__, const void *key __ search = data; EINA_LIST_FOREACH(value, l, inst) { - int pid = -1; - - if (inst->exe) - pid = ecore_exe_pid_get(inst->exe); if (((search->startup_id > 0) && (search->startup_id == inst->startup_id)) || ((inst->exe) && (search->pid > 1) &&