summaryrefslogtreecommitdiff
path: root/hw/vfb
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-07-23 13:36:35 -0400
committerAdam Jackson <ajax@redhat.com>2008-07-23 13:37:42 -0400
commitbd8bd2c700e6ccac53b47c45766c0a3a08a59344 (patch)
tree671eca3c1f26ffcc2a7a69a9d127824d9a1dbd38 /hw/vfb
parent5f5eed7f790db2f0ae0cd0f5c5ee5a312079c0b0 (diff)
Unifdef AIX.
Diffstat (limited to 'hw/vfb')
-rw-r--r--hw/vfb/InitOutput.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/vfb/InitOutput.c b/hw/vfb/InitOutput.c
index bdd1f934f..6bf6a33a1 100644
--- a/hw/vfb/InitOutput.c
+++ b/hw/vfb/InitOutput.c
@@ -1022,8 +1022,3 @@ InitOutput(ScreenInfo *screenInfo, int argc, char **argv)
}
} /* end InitOutput */
-
-/* this is just to get the server to link on AIX */
-#ifdef AIXV3
-int SelectWaitTime = 10000; /* usec */
-#endif