aboutsummaryrefslogtreecommitdiffstats
path: root/src/parse_time.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/parse_time.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/parse_time.c b/src/parse_time.c
index bb1b59e..d461efd 100644
--- a/src/parse_time.c
+++ b/src/parse_time.c
@@ -174,8 +174,6 @@ parse_time_time(const char *str, struct timespec *ts, const char **end)
static int
parse_time_seconds(const char *str, struct timespec *ts, const char **end)
{
- size_t points = 0;
-
memset(ts, 0, sizeof(*ts));
ts->tv_sec = strtotime(str, end);