From 7238177ba30d51f68d7f43dc3f87283af17f382b Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 19 Nov 2012 10:42:34 +0200 Subject: Drop ILLEGAL_POINTER sillyness Change-Id: I19316f0fd04f75d980719676c928c3455e0f07b7 --- tools/inc/tools/solar.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tools') diff --git a/tools/inc/tools/solar.h b/tools/inc/tools/solar.h index b1f3dacdbfbd..5818e8f91fa9 100644 --- a/tools/inc/tools/solar.h +++ b/tools/inc/tools/solar.h @@ -50,12 +50,6 @@ typedef sal_uIntPtr sal_uLong; /* Replaces type ULONG */ #define __LOADONCALLAPI #endif -#if defined UNX -#define ILLEGAL_POINTER ((void*)1) -#else -#define ILLEGAL_POINTER NULL -#endif - // solar binary types /* Solar (portable) Binary (exchange) Type; OSI 6 subset -- cgit