remove unused variable

This commit is contained in:
Berke Viktor 2011-11-23 02:57:34 +01:00
parent 5bb6ba581c
commit 686685baa9
1 changed files with 0 additions and 1 deletions

View File

@ -651,7 +651,6 @@ int
get_cpu_arch (void)
{
SYSTEM_INFO si;
unsigned short int cpu_arch;
GetSystemInfo (&si);