]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V: Remove unused variable in riscv_file_end function.
authorMonk Chiang <monk.chiang@sifive.com>
Sat, 18 Jan 2025 07:32:26 +0000 (15:32 +0800)
committerMonk Chiang <monk.chiang@sifive.com>
Sat, 18 Jan 2025 07:35:56 +0000 (15:35 +0800)
gcc/ChangeLog:
* config/riscv/riscv.cc: Remove unused variable.

gcc/config/riscv/riscv.cc

index aa5cb8af682b24f9cc27d57d814bb23bf9024824..9a1db2d2b380ec701961bac16312152588f5c77e 100644 (file)
@@ -10337,7 +10337,6 @@ void
 riscv_file_end ()
 {
   file_end_indicate_exec_stack ();
-  long GNU_PROPERTY_RISCV_FEATURE_1_AND  = 0;
   unsigned long feature_1_and = 0;
 
   if (is_zicfilp_p ())