Revert "idle 開始時に free_list の状況を表示する"

This reverts commit ec47968a48.
This commit is contained in:
NAKAMURA Gou
2014-09-17 19:59:27 +09:00
parent f50132bd93
commit d692b57a67
3 changed files with 0 additions and 45 deletions

View File

@@ -1915,7 +1915,6 @@ redo:
if ((last != NULL) && (last->status & (PS_ZOMBIE | PS_EXITED))) {
free_process_memory(last);
release_process(last);
show_free_list();
}
}
else {