diff options
author | Adam Jackson <ajax@redhat.com> | 2008-07-23 13:36:35 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-07-23 13:37:42 -0400 |
commit | bd8bd2c700e6ccac53b47c45766c0a3a08a59344 (patch) | |
tree | 671eca3c1f26ffcc2a7a69a9d127824d9a1dbd38 /hw/vfb | |
parent | 5f5eed7f790db2f0ae0cd0f5c5ee5a312079c0b0 (diff) |
Unifdef AIX.
Diffstat (limited to 'hw/vfb')
-rw-r--r-- | hw/vfb/InitOutput.c | 5 |
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 |