diff test/testplatform.c @ 2062:c9aa6bcb26f3

Removed AmigaOS code for 1.3 branch.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 29 Oct 2006 04:09:17 +0000
parents c121d94672cb
children 12d3b55ebbfc f55c87ae336b
line wrap: on
line diff
--- a/test/testplatform.c	Sun Oct 29 03:39:13 2006 +0000
+++ b/test/testplatform.c	Sun Oct 29 04:09:17 2006 +0000
@@ -160,8 +160,6 @@
         printf("This system is running %s\n",
 #if __AIX__
                "AIX"
-#elif __AMIGA__
-               "AmigaOS"
 #elif __BEOS__
                "BeOS"
 #elif __BSDI__