-remove dead code

This commit is contained in:
Christian Grothoff 2016-01-21 15:50:42 +01:00
parent d779c5ee02
commit ad1edd6c89

View File

@ -1695,8 +1695,6 @@ interpreter_run (void *cls,
fail (is); fail (is);
return; return;
} }
is->task = GNUNET_SCHEDULER_add_now (&interpreter_run,
is);
} }