diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-04 19:36:53 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-04 19:36:53 -0800 |
commit | 3cb1f18a6a2657f9c8e74fb2195558abca0652bd (patch) | |
tree | a2410afa94f0aa0ae885a0f6eff8a6fcb3f7f218 /src/sm_auth.c | |
parent | 4cbd659505f2acafe2645c59532e52d4cfa00e1d (diff) |
unifdef -U__UNIXOS2__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/sm_auth.c')
-rw-r--r-- | src/sm_auth.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sm_auth.c b/src/sm_auth.c index fcc180a..0b3ce99 100644 --- a/src/sm_auth.c +++ b/src/sm_auth.c @@ -34,10 +34,6 @@ in this Software without prior written authorization from The Open Group. #include <X11/SM/SMlib.h> #include "SMlibint.h" -#ifdef __UNIXOS2__ -static char dummy; -#endif - /* * For now, SMlib just supports MIT-MAGIC-COOKIE-1 (defined in ICElib). */ |