]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
runtime: Remove unused runtime_cpuid variables.
authorIan Lance Taylor <ian@gcc.gnu.org>
Mon, 6 Jan 2014 03:01:58 +0000 (03:01 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 6 Jan 2014 03:01:58 +0000 (03:01 +0000)
From-SVN: r206353

libgo/runtime/runtime.c

index 8fbc916fcfab4ced7c03b569004c84212ce4ab64..1a7c3c7219c146a04d595afdf5bed9cc1dc3bcc5 100644 (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)
 {