From 0c5a45cb85605cd10a5e90586d3990639b9089c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Tue, 30 Apr 2019 13:19:40 +0300 Subject: [PATCH] MXS-2414: Remove unused variable --- server/core/listener.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/core/listener.cc b/server/core/listener.cc index cdd38d7c4..6ccca1d62 100644 --- a/server/core/listener.cc +++ b/server/core/listener.cc @@ -51,8 +51,6 @@ static RSA* rsa_512 = NULL; static RSA* rsa_1024 = NULL; static RSA* tmp_rsa_callback(SSL* s, int is_export, int keylength); -// TODO: Make these configurable -constexpr int MAX_FAILURES = 25; constexpr int BLOCK_TIME = 60; namespace