summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-10-01 12:52:46 +0200
committerGünther Deschner <gd@samba.org>2009-10-05 11:05:21 +0200
commit2497f70257bd7b5523c65d342e68d8a1c85c41c2 (patch)
treefcde268a80368b7fc406ed10a393907d91483273 /source3
parent19302db6cbbeb617c92fc555188b11a5057fccc3 (diff)
downloadsamba-2497f70257bd7b5523c65d342e68d8a1c85c41c2.tar.gz
samba-2497f70257bd7b5523c65d342e68d8a1c85c41c2.tar.bz2
samba-2497f70257bd7b5523c65d342e68d8a1c85c41c2.zip
s3: remove unused SYSTEMTIME struct.
Guenther
Diffstat (limited to 'source3')
-rw-r--r--source3/include/rpc_misc.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/source3/include/rpc_misc.h b/source3/include/rpc_misc.h
index aff9b1c6f0..f52a6f9f79 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 */