diff options
| author | P1umer <1226063714@qq.com> | 2022-08-23 18:39:37 +0800 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-01-03 11:08:12 +0100 |
| commit | 0b994e957c8fc3f60cd0cbeae7cf60a881592a42 (patch) | |
| tree | 663d20ffaf1db5ef940ac92cb99827bf5050db98 /pkg/compiler/const_file.go | |
| parent | 8fd983bc0771fef14221610f9ac042fd6b115fe7 (diff) | |
pkg/compiler: remove some leftovers
Diffstat (limited to 'pkg/compiler/const_file.go')
| -rw-r--r-- | pkg/compiler/const_file.go | 1 |
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 |
