check_smtp: Remove unused enum

This commit is contained in:
Lorenz Kästle 2025-03-10 01:32:49 +01:00
parent 883fcb607f
commit acf57dba52

View file

@ -91,11 +91,6 @@ static int my_close(int /*socket_descriptor*/);
static int verbose = 0;
enum {
TCP_PROTOCOL = 1,
UDP_PROTOCOL = 2,
};
int main(int argc, char **argv) {
/* Catch pipe errors in read/write - sometimes occurs when writing QUIT */
(void)signal(SIGPIPE, SIG_IGN);