From 11ad608a1c1128bd75c85e52995804f9864ee803 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Sat, 18 Mar 2017 03:18:42 +1100 Subject: osl: remove more comment cruft Change-Id: Idbad5816dcae188705e47408fe295cbae15a29a1 --- include/osl/time.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'include/osl') 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 #include -/****************************************************************************/ -/* 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; -- cgit