summaryrefslogtreecommitdiff
path: root/timebase.c
diff options
context:
space:
mode:
Diffstat (limited to 'timebase.c')
-rw-r--r--timebase.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/timebase.c b/timebase.c
index 10761214..cf99b564 100644
--- a/timebase.c
+++ b/timebase.c
@@ -84,9 +84,6 @@ BSD terms apply: see the file COPYING in the distribution root for details.
#include "gpsd.h"
#include "timebase.h"
-#define SECS_PER_WEEK (60*60*24*7) /* seconds per week */
-#define GPS_ROLLOVER (1024*SECS_PER_WEEK) /* rollover period */
-
void gpsd_time_init(struct gps_context_t *context, time_t starttime)
/* initialize the GPS context's time fields */
{