1
0
mirror of https://github.com/moparisthebest/hexchat synced 2025-01-31 15:30:17 -05:00

remove unused variable

This commit is contained in:
Berke Viktor 2011-11-23 02:57:34 +01:00
parent 5bb6ba581c
commit 686685baa9

View File

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