From 16a240749c325e68d0bbf5bdae571053b0d54867 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 1 Oct 2009 12:52:46 +0200 Subject: [PATCH] s3: remove unused SYSTEMTIME struct. Guenther (cherry picked from commit 2497f70257bd7b5523c65d342e68d8a1c85c41c2) (cherry picked from commit a272430e74f390c35ee525156753346115f7895f) --- source3/include/rpc_misc.h | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/source3/include/rpc_misc.h b/source3/include/rpc_misc.h index aff9b1c6f09..f52a6f9f79a 100644 --- a/source3/include/rpc_misc.h +++ b/source3/include/rpc_misc.h @@ -104,23 +104,4 @@ typedef struct { /* UNISTR - unicode string size and buffer */ little-endian. ***MUST*** be null-terminated */ } UNISTR; -/* - * I'm really wondering how many different time formats - * I will have to cope with - * - * JFM, 09/13/98 In a mad mood ;-( -*/ -typedef struct systemtime -{ - uint16 year; - uint16 month; - uint16 dayofweek; - uint16 day; - uint16 hour; - uint16 minute; - uint16 second; - uint16 milliseconds; -} -SYSTEMTIME; - #endif /* _RPC_MISC_H */ -- 2.11.4.GIT