Commit 9596ecdf by Ian Lance Taylor

runtime: Remove unused runtime_cpuid variables.

From-SVN: r206353
parent 662440a9
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment