Message ID | mcrfvp1vmmw.fsf@iant-glaptop.roam.corp.google.com |
---|---|
State | New |
Headers | show |
diff -r e55673d1a916 libgo/runtime/runtime.c --- a/libgo/runtime/runtime.c Sat Dec 28 10:00:05 2013 -0800 +++ b/libgo/runtime/runtime.c Sun Jan 05 18:59:40 2014 -0800 @@ -58,11 +58,6 @@ 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) {