delete unused codes

This commit is contained in:
NAKAMURA Gou
2013-06-12 21:01:38 +09:00
parent 8a7429d872
commit 32b8cc4651
2 changed files with 0 additions and 53 deletions

View File

@ -599,15 +599,6 @@ int main_loop(int fd, int cpu, pthread_mutex_t *lock)
w.sr.args[0], sizeof(struct timeval));
break;
case __NR_clone:
__dprintf("MIC clone(), new thread's cpu_id: %ld\n", w.sr.args[0]);
do_syscall_return(fd, cpu, 0, 0, 0, 0, 0);
break;
case __NR_exit:
case __NR_exit_group:
do_syscall_return(fd, cpu, 0, 0, 0, 0, 0);