Remove remnant of debug code that was accidentally committed
authorJennifer Richards <jennifer@painless-security.com>
Sat, 2 Jun 2018 00:23:12 +0000 (20:23 -0400)
committerJennifer Richards <jennifer@painless-security.com>
Sat, 2 Jun 2018 00:23:12 +0000 (20:23 -0400)
trp/trp_peer_encoders.c

index e6bf16a..552f440 100644 (file)
@@ -62,7 +62,6 @@ static json_t *server_to_json_string(const char *server, int port)
 static json_t *last_attempt_to_json_string(TRP_PEER *peer)
 {
   struct timespec ts_zero = {0, 0};
-  struct timespec *last_conn_attempt;
   char *s = NULL;
   json_t *jstr = NULL;