From 9e44680dbd207cef48beb7598114ea59aa457055 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Oct 04 2018 12:40:52 +0000 Subject: clang: Dead increment --- diff --git a/src/store-gen.c b/src/store-gen.c index da32afc..653767a 100644 --- a/src/store-gen.c +++ b/src/store-gen.c @@ -363,7 +363,6 @@ cm_store_time_from_timestamp(const char *timestamp) buf[2] = '\0'; stamp.tm_min = atoi(buf); memcpy(buf, timestamp + i, 2); - i += 2; buf[2] = '\0'; stamp.tm_sec = atoi(buf); t = timegm(&stamp);