X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=blobdiff_plain;f=trp%2Ftrp_peer_encoders.c;fp=trp%2Ftrp_peer_encoders.c;h=552f440ff890b0d05e845ed39a4753f42dce637b;hp=e6bf16ac3b17672c1fd3fd3d9822198aafbd11e5;hb=d2f539241c5734cd09435f00d3efb9370696ef9b;hpb=2cafd9dbafa262d1d29ce0af0590c3aa36b527fe 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;