From 0f24c6c4ae7c4a99b8fbade1dab57901bc53d51a Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Tue, 23 Feb 2021 21:15:10 +0100 Subject: [PATCH] Code clean-up --- src/sys/svc/hasp_telnet.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sys/svc/hasp_telnet.cpp b/src/sys/svc/hasp_telnet.cpp index e760b7cf..52de8836 100644 --- a/src/sys/svc/hasp_telnet.cpp +++ b/src/sys/svc/hasp_telnet.cpp @@ -30,8 +30,6 @@ static EthernetServer telnetServer(23); #endif #if HASP_USE_HTTP > 0 -// extern char http_config.user[32]; -// extern char http_config.password[32]; extern hasp_http_config_t http_config; #endif