X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=int%2Ftask.c;h=4ac8ce5075d8af8912c80c0ed6ea4a8faf6be22a;hb=9f47008270ad2ab66d7787eb29b0f83a82a8e42e;hp=3280b1e2382fd3746adc9e5991b1a5c3c001b86a;hpb=3698f150b0c5e5ebed23b0885ced2711ef16d9f5;p=mTask.git diff --git a/int/task.c b/int/task.c index 3280b1e..4ac8ce5 100644 --- a/int/task.c +++ b/int/task.c @@ -46,10 +46,6 @@ int task_register(void) debug("Received a task of length %d", tasks[ct].tlen); tasks[ct].used = true; tasks[ct].lastrun = 0L; -// write_byte('t'); -// write_byte(0); -// write_byte(ct); -// write_byte('\n'); return ct; }