Skip to content

Commit

Permalink
Remove unneeded lines
Browse files Browse the repository at this point in the history
  • Loading branch information
uyjulian committed Jun 26, 2021
1 parent b4469b2 commit f5fb514
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion modules/iopcore/cdvdman/scmd.c
Expand Up @@ -99,7 +99,6 @@ int sceCdBreak(void)
if (sync_flag)
return 0;

cdvdman_stat.err = SCECdErNO;
cdvdman_stat.status = SCECdStatPause;

cdvdman_stat.err = SCECdErABRT;
Expand Down
2 changes: 0 additions & 2 deletions modules/iopcore/cdvdman/searchfile.c
Expand Up @@ -28,8 +28,6 @@ static void cdvdman_trimspaces(char *str)
if (len == 0)
return;

i = len - 1;

for (i = len - 1; i != -1; i--) {
p = &str[i];
if ((*p != 0x20) && (*p != 0x2e))
Expand Down

0 comments on commit f5fb514

Please sign in to comment.