runtime: Remove unused runtime_cpuid variables.

From-SVN: r206353
This commit is contained in:
Ian Lance Taylor 2014-01-06 03:01:58 +00:00
parent 662440a9c7
commit 9596ecdf8c

View File

@ -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)
{