From 9596ecdf8c46c4d4f837c70bd6e722a36a23424c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 6 Jan 2014 03:01:58 +0000 Subject: [PATCH] runtime: Remove unused runtime_cpuid variables. From-SVN: r206353 --- libgo/runtime/runtime.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libgo/runtime/runtime.c b/libgo/runtime/runtime.c index 8fbc916fcfa..1a7c3c7219c 100644 --- a/libgo/runtime/runtime.c +++ b/libgo/runtime/runtime.c @@ -58,11 +58,6 @@ runtime_progname() return argc == 0 ? nil : argv[0]; } -// Information about what cpu features are available. -// Set on startup in asm_{x86/amd64}.s. -uint32 runtime_cpuid_ecx; -uint32 runtime_cpuid_edx; - void runtime_goargs(void) {