From d7bc8ce4c3a4a615502861d636758fad058aa066 Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Fri, 19 Jul 2013 18:31:07 +0200 Subject: ... --- picohttp.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/picohttp.h b/picohttp.h index 7f6e65a..59e792e 100644 --- a/picohttp.h +++ b/picohttp.h @@ -103,17 +103,6 @@ struct picohttpDateTime { unsigned int s:5; /* seconds / 2 */ }; -#define PICOHTTP_EPOCH_YEAR 1980 - -struct picohttpDateTime { - unsigned int Y:7; /* EPOCH + 127 years */ - unsigned int M:4; - unsigned int D:5; - unsigned int h:5; - unsigned int m:6; - unsigned int s:5; /* seconds / 2 */ -}; - struct picohttpRequest { struct picohttpIoOps const * ioops; struct picohttpURLRoute const * route; -- cgit v1.2.3