aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-07-19 18:31:07 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-07-19 18:31:07 +0200
commitd7bc8ce4c3a4a615502861d636758fad058aa066 (patch)
tree2ef1cb6f89ddd17b92aea34a8e3795b8ddfa672c
parentbdcfe9b02381784ecc06847e0df15585c6ad549a (diff)
downloadlitheweb-d7bc8ce4c3a4a615502861d636758fad058aa066.tar.gz
litheweb-d7bc8ce4c3a4a615502861d636758fad058aa066.tar.bz2
...
-rw-r--r--picohttp.h11
1 files changed, 0 insertions, 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;