summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp_openssl.c
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2016-03-08 20:00:17 -0800
committerAlan Antonuk <alan.antonuk@gmail.com>2016-04-09 20:23:07 -0700
commit89c5a5951abdec97b593c09a986b2e2165f84f33 (patch)
tree772eea932106b202003377303c8cc0484f5792f0 /librabbitmq/amqp_openssl.c
parentc618dbbd6c0b61552bbe1db62c9e112716383940 (diff)
downloadrabbitmq-c-89c5a5951abdec97b593c09a986b2e2165f84f33.tar.gz
Lib: remove unreachable return statements
Diffstat (limited to 'librabbitmq/amqp_openssl.c')
-rw-r--r--librabbitmq/amqp_openssl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/librabbitmq/amqp_openssl.c b/librabbitmq/amqp_openssl.c
index 1ed7812..68808bb 100644
--- a/librabbitmq/amqp_openssl.c
+++ b/librabbitmq/amqp_openssl.c
@@ -410,7 +410,6 @@ password_cb(AMQP_UNUSED char *buffer,
AMQP_UNUSED void *user_data)
{
amqp_abort("rabbitmq-c does not support password protected keys");
- return 0;
}
int