diff --git a/libsrc/cbm/sysremove.s b/libsrc/cbm/sysremove.s index ddd900097..51a3d4305 100644 --- a/libsrc/cbm/sysremove.s +++ b/libsrc/cbm/sysremove.s @@ -14,7 +14,6 @@ .proc __sysremove jsr fnparse ; Parse the given file name - cmp #0 ; Do we have an error? bne err ; Jump if yes jmp scratch ; Scratch the file, return an error code err: rts