From 081af9a892a11c4ae29bfa932acc9b3ea8e96854 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 13 Aug 2024 22:54:09 +0200 Subject: [PATCH] * overleft cosmetics --- compiler/riscv/cgrv.pas | 3 --- 1 file changed, 3 deletions(-) diff --git a/compiler/riscv/cgrv.pas b/compiler/riscv/cgrv.pas index 0e656cf96c..f51633fa4c 100644 --- a/compiler/riscv/cgrv.pas +++ b/compiler/riscv/cgrv.pas @@ -32,9 +32,6 @@ unit cgrv; parabase; type - - { tcgrv } - tcgrv = class(tcg) procedure a_loadaddr_ref_cgpara(list : TAsmList;const r : treference;const paraloc : tcgpara); override;