summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-05-27 10:53:42 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-05-28 11:47:44 -0500
commitf9598738a6f8625b6908d0e25603f00ace4da7f9 (patch)
tree60ed588ae0b36757cb6a215d1e97bc148a674516 /tools
parenta26efd71ed18738edb6b4fe272418831e797dac6 (diff)
we really should not have any FASTBOOL left, remove the typedef
Change-Id: Ia3b0ba6d7ba91218c42abf1368a110b325f5794e
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/tools/solar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/inc/tools/solar.h b/tools/inc/tools/solar.h
index 0f0b123d8b06..926dc0fb7607 100644
--- a/tools/inc/tools/solar.h
+++ b/tools/inc/tools/solar.h
@@ -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