we really should not have any FASTBOOL left, remove the typedef

Change-Id: Ia3b0ba6d7ba91218c42abf1368a110b325f5794e
This commit is contained in:
Norbert Thiebaud
2012-05-27 10:53:42 -05:00
parent a26efd71ed
commit f9598738a6

View File

@@ -51,7 +51,6 @@ typedef sal_uIntPtr sal_uLong; /* Replaces type ULONG */
/*** misc. macros to leverage platform and compiler differences ********/
typedef int FASTBOOL;
#define DELETEZ( p ) ( delete p,p = 0 )
#ifdef WNT