summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-05-05 15:45:52 +0300
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-05-05 15:45:52 +0300
commit2a2fc29c73c9a364314755a9059c02c085876c5c (patch)
tree2ca2365d0c39f28f634506ea868aeb042e08626d
parent095697301902880431ebd726aeabaa341e7cc9ad (diff)
downloadgnutls-2a2fc29c73c9a364314755a9059c02c085876c5c.tar.gz
removed unneeded variable
-rw-r--r--lib/ext/heartbeat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ext/heartbeat.c b/lib/ext/heartbeat.c
index f176202cb8..acaec1b758 100644
--- a/lib/ext/heartbeat.c
+++ b/lib/ext/heartbeat.c
@@ -290,7 +290,6 @@ int ret;
int
_gnutls_heartbeat_handle (gnutls_session_t session, mbuffer_st * bufel)
{
- char pr[128];
int ret;
uint8_t *msg = _mbuffer_get_udata_ptr (bufel);
size_t hb_len, len = _mbuffer_get_udata_size (bufel);