aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/compiler
diff options
context:
space:
mode:
authorP1umer <1226063714@qq.com>2022-08-23 18:39:37 +0800
committerAleksandr Nogikh <wp32pw@gmail.com>2023-01-03 11:08:12 +0100
commit0b994e957c8fc3f60cd0cbeae7cf60a881592a42 (patch)
tree663d20ffaf1db5ef940ac92cb99827bf5050db98 /pkg/compiler
parent8fd983bc0771fef14221610f9ac042fd6b115fe7 (diff)
pkg/compiler: remove some leftovers
Diffstat (limited to 'pkg/compiler')
-rw-r--r--pkg/compiler/const_file.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/compiler/const_file.go b/pkg/compiler/const_file.go
index 6755fffc8..78f3b03f9 100644
--- a/pkg/compiler/const_file.go
+++ b/pkg/compiler/const_file.go
@@ -90,7 +90,6 @@ func (cf *ConstFile) Serialize() []byte {
for arch := range cf.arches {
arches = append(arches, arch)
}
- arches = append(arches, "riscv64")
sort.Strings(arches)
var consts []constVal