diff --git a/compiler/avr/aoptcpu.pas b/compiler/avr/aoptcpu.pas index 56b20353d9..82263f07e8 100644 --- a/compiler/avr/aoptcpu.pas +++ b/compiler/avr/aoptcpu.pas @@ -1373,8 +1373,6 @@ Implementation A_SBIC, A_SBIS: Result:=OptPass1SBI(p); - A_FMOV: - Result:=OptPass1FMOV; end; end; end;