From 0b994e957c8fc3f60cd0cbeae7cf60a881592a42 Mon Sep 17 00:00:00 2001 From: P1umer <1226063714@qq.com> Date: Tue, 23 Aug 2022 18:39:37 +0800 Subject: pkg/compiler: remove some leftovers --- pkg/compiler/const_file.go | 1 - 1 file changed, 1 deletion(-) (limited to 'pkg') 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 -- cgit mrf-deployment