From 79517c0471aff4abf336bd81834bd28732dad67f Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Thu, 11 Jan 2018 13:20:50 +1100 Subject: sal: remove unnecessary comments in types.h Change-Id: I17a42951d2fbb02d1d2bc5d7c01574051a3ac30c Reviewed-on: https://gerrit.libreoffice.org/47735 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- include/sal/types.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include/sal') diff --git a/include/sal/types.h b/include/sal/types.h index 8678562ccc76..c6c8b66d351b 100644 --- a/include/sal/types.h +++ b/include/sal/types.h @@ -35,11 +35,6 @@ extern "C" { #endif -/********************************************************************************/ -/* Data types -*/ - -/* Boolean */ typedef unsigned char sal_Bool; # define sal_False ((sal_Bool)0) # define sal_True ((sal_Bool)1) @@ -199,10 +194,6 @@ typedef void * sal_Handle; #error "Please make sure SAL_TYPES_SIZEOFPOINTER is defined for your architecture/compiler" #endif -/********************************************************************************/ -/* Useful defines - */ - /* The following SAL_MIN_INTn defines codify the assumption that the signed * sal_Int types use two's complement representation. Defining them as * "-0x7F... - 1" instead of as "-0x80..." prevents warnings about applying the @@ -324,7 +315,6 @@ typedef void * sal_Handle; #endif /** This is the binary specification of a SAL sequence. -
*/ typedef struct _sal_Sequence { -- cgit