e17: unused variables

SVN revision: 70189
This commit is contained in:
Vincent Torri 2012-04-15 07:48:43 +00:00
parent c24b9f7aee
commit c4cdd54b33
1 changed files with 0 additions and 3 deletions

View File

@ -2527,12 +2527,9 @@ _delayed_action_list_parse(Delayed_Action *da, const char *params)
if ((a1start) && (a2start) && (a1stop) && (a2stop))
{
char *a1, *a2;
const char *action, *params;
a1 = alloca(a1stop - a1start + 1);
eina_strlcpy(a1, a1start, a1stop - a1start + 1);
action = NULL;
params = NULL;
_delayed_action_list_parse_action(a1, &delay, &da->def.action, &da->def.params);
a2 = alloca(a1stop - a1start + 1);