go.bbclass: Remove unused override

The x86 override means the i586 one isn't necessary.

(From OE-Core rev: 1658bf2dbdfe1a5b38efcc03359c9937506c120c)

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2019-04-11 21:39:50 +01:00
parent cc5654b870
commit cd87283738

View File

@@ -20,8 +20,6 @@ GOARM_arm_class-target[export] = "1"
GO386[export] = "0"
GO386_x86_class-target = "${TARGET_GO386}"
GO386_x86_class-target[export] = "1"
GO386_i586_class-target = "${TARGET_GO386}"
GO386_i586_class-target[export] = "1"
GOMIPS[export] = "0"
GOMIPS_mips_class-target = "${TARGET_GOMIPS}"