diff --git a/src/cc65/coptstop.c b/src/cc65/coptstop.c index 46d600dba..b14b23195 100644 --- a/src/cc65/coptstop.c +++ b/src/cc65/coptstop.c @@ -1017,9 +1017,6 @@ static unsigned Opt_tosshift (StackOpData* D, const char* Name) { CodeEntry* X; - /* Store the value into the zeropage instead of pushing it */ - ReplacePushByStore (D); - /* If the lhs is direct (but not stack relative), we can just reload the ** data later. */