Remove comments in confirmed files.

This commit is contained in:
luxsie 2015-04-11 13:31:28 +08:00
parent 94441d7df3
commit 02c263fc19
5 changed files with 1 additions and 9 deletions

View file

@ -2206,7 +2206,6 @@ s32 cellSpursCreateTasksetWithAttribute(vm::ptr<CellSpurs> spurs, vm::ptr<CellSp
if (!attr)
{
// Syphurith: If that is intentionally done, please remove the 'return'. Or else just remove this comment.
return CELL_SPURS_TASK_ERROR_NULL_POINTER;
}
@ -2375,7 +2374,6 @@ s32 spursCreateTask(vm::ptr<CellSpursTaskset> taskset, vm::ptr<u32> task_id, vm:
if (tmp_task_id >= CELL_SPURS_MAX_TASK)
{
// Syphurith: If that is intentionally done, please remove the 'return'. Or else just remove this comment.
return CELL_SPURS_TASK_ERROR_AGAIN;
}