summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-03-18 03:18:42 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2017-03-18 03:18:42 +1100
commit11ad608a1c1128bd75c85e52995804f9864ee803 (patch)
tree0e765f444bfbda4c38bce2ef119c84c9130e2bf4 /include/osl
parentc3dfcb88c747ee1b2ca402ddbd48c82de4c316b2 (diff)
osl: remove more comment cruft
Change-Id: Idbad5816dcae188705e47408fe295cbae15a29a1
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/time.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/osl/time.h b/include/osl/time.h
index 0a1834f4c93d..6755dba210d4 100644
--- a/include/osl/time.h
+++ b/include/osl/time.h
@@ -29,10 +29,6 @@
#include <sal/saldllapi.h>
#include <sal/types.h>
-/****************************************************************************/
-/* TimeValue */
-/****************************************************************************/
-
#ifdef SAL_W32
# pragma pack(push, 8)
#endif
@@ -86,13 +82,8 @@ typedef struct {
extern "C" {
#endif
-/****************************************************************************/
-/* oslDateTime */
-/****************************************************************************/
-
typedef struct _oslDateTime
{
- /*----------------------------------------------------------------------*/
/** contains the nanoseconds .
*/
sal_uInt32 NanoSeconds;
@@ -101,32 +92,26 @@ typedef struct _oslDateTime
*/
sal_uInt16 Seconds;
- /*----------------------------------------------------------------------*/
/** contains the minutes (0-59).
*/
sal_uInt16 Minutes;
- /*----------------------------------------------------------------------*/
/** contains the hour (0-23).
*/
sal_uInt16 Hours;
- /*----------------------------------------------------------------------*/
/** is the day of month (1-31).
*/
sal_uInt16 Day;
- /*----------------------------------------------------------------------*/
/** is the day of week (0-6 , 0 : Sunday).
*/
sal_uInt16 DayOfWeek;
- /*----------------------------------------------------------------------*/
/** is the month of year (1-12).
*/
sal_uInt16 Month;
- /*----------------------------------------------------------------------*/
/** is the year.
*/
sal_Int16 Year;