winetest: Remove Alpha support.

This commit is contained in:
André Hentschel 2011-04-19 19:25:00 +02:00 committed by Alexandre Julliard
parent ff2b5c4535
commit 71af7f1ffa
1 changed files with 0 additions and 2 deletions

View File

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