not sure what the point of this is, so away with it!

SVN revision: 64880
This commit is contained in:
Mike Blumenkrantz 2011-11-07 22:18:34 +00:00
parent 35d0205db5
commit cf3762ba28
1 changed files with 0 additions and 4 deletions

View File

@ -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) &&