diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2018-01-11 13:20:50 +1100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-02-05 08:45:09 +0100 |
commit | 79517c0471aff4abf336bd81834bd28732dad67f (patch) | |
tree | 94eda6daef8a2c38dc9b30cc2c5f7eab16c30d24 /include/sal | |
parent | 4573a50b477404b0d17c1c32c2ccb6b9503a0a0d (diff) |
sal: remove unnecessary comments in types.h
Change-Id: I17a42951d2fbb02d1d2bc5d7c01574051a3ac30c
Reviewed-on: https://gerrit.libreoffice.org/47735
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/sal')
-rw-r--r-- | include/sal/types.h | 10 |
1 files changed, 0 insertions, 10 deletions
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. - <br> */ typedef struct _sal_Sequence { |