From d2f539241c5734cd09435f00d3efb9370696ef9b Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Fri, 1 Jun 2018 20:23:12 -0400 Subject: [PATCH] Remove remnant of debug code that was accidentally committed --- trp/trp_peer_encoders.c | 1 - 1 file changed, 1 deletion(-) diff --git a/trp/trp_peer_encoders.c b/trp/trp_peer_encoders.c index e6bf16a..552f440 100644 --- a/trp/trp_peer_encoders.c +++ b/trp/trp_peer_encoders.c @@ -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; -- 2.1.4