From 2143027c7f02ced8cfed6a0a0add29d7e3e7d2e4 Mon Sep 17 00:00:00 2001 From: ss Date: Fri, 22 Sep 2023 15:59:39 +0200 Subject: [PATCH] Fix Clang compiler warnings (#290) --- src/smtp-address-validator.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/smtp-address-validator.cpp b/src/smtp-address-validator.cpp index 14dfae7..5ddd811 100644 --- a/src/smtp-address-validator.cpp +++ b/src/smtp-address-validator.cpp @@ -669,10 +669,6 @@ static const short _address_eof_trans[] = { 1278, 1279, 1280, 1281, 1282, 1283, 0}; static const int address_start = 1; -static const int address_first_final = 196; -static const int address_error = 0; - -static const int address_en_main = 1; bool is_address(const char *p, const char *pe) {