diff options
author | Monk Chiang <monk.chiang@sifive.com> | 2025-01-18 15:32:26 +0800 |
---|---|---|
committer | Monk Chiang <monk.chiang@sifive.com> | 2025-01-18 15:35:56 +0800 |
commit | 3c34cea666c6fffc3959b8e1a4bbc4afdbd7009f (patch) | |
tree | 290a0978c2d3d9ba506a2c57ef5e1423c38ed607 | |
parent | ce36692f8e10a619563938851f507cdb15567cf8 (diff) | |
download | gcc-3c34cea666c6fffc3959b8e1a4bbc4afdbd7009f.zip gcc-3c34cea666c6fffc3959b8e1a4bbc4afdbd7009f.tar.gz gcc-3c34cea666c6fffc3959b8e1a4bbc4afdbd7009f.tar.bz2 |
RISC-V: Remove unused variable in riscv_file_end function.
gcc/ChangeLog:
* config/riscv/riscv.cc: Remove unused variable.
-rw-r--r-- | gcc/config/riscv/riscv.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/riscv/riscv.cc b/gcc/config/riscv/riscv.cc index aa5cb8a..9a1db2d 100644 --- a/gcc/config/riscv/riscv.cc +++ b/gcc/config/riscv/riscv.cc @@ -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 ()) |