winetest: Remove SPARC support.

This commit is contained in:
André Hentschel 2013-02-20 21:09:33 +01:00 committed by Alexandre Julliard
parent 3c3959cfd3
commit e7bdde3601

View file

@ -313,8 +313,6 @@ static void print_version (void)
static const char platform[] = "i386";
#elif defined(__x86_64__)
static const char platform[] = "x86_64";
#elif defined(__sparc__)
static const char platform[] = "sparc";
#elif defined(__powerpc__)
static const char platform[] = "powerpc";
#elif defined(__arm__)