Skip to content

Commit

Permalink
Variable not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
MockbaTheBorg committed Jul 6, 2024
1 parent 2962658 commit e5b1471
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions RunCPM/ccp.h
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ void _ccp_era(void) {

// TYPE command
void _ccp_type(void) {
uint8 i, c, l = 0, error = TRUE;
uint8 i, c, l = 0;
uint16 a, p = 0;

_puts("\r\n");
Expand Down Expand Up @@ -281,7 +281,6 @@ void _ccp_type(void) {
if (p == 3)
break;
}
error = FALSE;
} else {
_puts("No file");
}
Expand Down

0 comments on commit e5b1471

Please sign in to comment.