aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-04-11 13:46:11 +0100
committerMatt Caswell <matt@openssl.org>2016-04-11 14:31:26 +0100
commitf8c3f2b4eda697a35b213d44df627190d03c694f (patch)
treeca39f545ef8db6eaf335430c41efa73e4ef8c1af /ssl/ssl_locl.h
parent2af22b7dd56e5464984aeaf9c025674deef3aada (diff)
downloadopenssl-f8c3f2b4eda697a35b213d44df627190d03c694f.tar.gz
Remove an unused function
The function pqueue_print is not exported and is never called. Therefore we should delete it. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'ssl/ssl_locl.h')
-rw-r--r--ssl/ssl_locl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index c03c12b20c..c02dbbbe47 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -1464,7 +1464,6 @@ pitem *pqueue_pop(pqueue *pq);
pitem *pqueue_find(pqueue *pq, unsigned char *prio64be);
pitem *pqueue_iterator(pqueue *pq);
pitem *pqueue_next(piterator *iter);
-void pqueue_print(pqueue *pq);
int pqueue_size(pqueue *pq);
typedef struct dtls1_state_st {