Fix build warning by removing unused variable

This commit is contained in:
arthur.barr@uk.ibm.com
2022-05-30 14:29:22 +01:00
committed by Arthur Barr
parent 093c6be85a
commit d6ea28ee6b

View File

@@ -1,5 +1,5 @@
/*
© Copyright IBM Corporation 2021
© Copyright IBM Corporation 2021, 2022
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -227,7 +227,6 @@ static void MQENTRY mqhtpass_authenticate_user(
PMQLONG pReason)
{
char *spuser = NULL;
char *sppass = NULL;
// By default, return a warning, which indicates to MQ that this
// authorization service hasn't authenticated the user.
*pCompCode = MQCC_WARNING;