From: Stephan Mühlstrasser Date: Thu, 12 Feb 2015 20:12:24 +0000 (+0100) Subject: Remove unneeded commented code. X-Git-Tag: V2.15~22^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b1169cbb23030997c87d9abb2d8afb6a2bdc86d3;p=cc65 Remove unneeded commented code. --- diff --git a/libsrc/osic1p/crt0.s b/libsrc/osic1p/crt0.s index 0db447bb0..07bdc3689 100644 --- a/libsrc/osic1p/crt0.s +++ b/libsrc/osic1p/crt0.s @@ -38,10 +38,8 @@ _init: ldx #$FF ; Initialize stack pointer to $01FF ; --------------------------------------------------------------------------- ; Initialize memory storage -; copydata seems to be only necessary for special systems jsr zerobss ; Clear BSS segment - ; jsr copydata ; Initialize DATA segment jsr initlib ; Run constructors ; ---------------------------------------------------------------------------