From fd6b26332fe47f720669156462653e5bac2420da Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Thu, 27 Oct 2022 19:49:45 +0100 Subject: [PATCH] tap-bridge: Remove duplicate #define in tap-creator.cc --- src/tap-bridge/model/tap-creator.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tap-bridge/model/tap-creator.cc b/src/tap-bridge/model/tap-creator.cc index 0d4aa3c53..6248b9723 100644 --- a/src/tap-bridge/model/tap-creator.cc +++ b/src/tap-bridge/model/tap-creator.cc @@ -71,7 +71,6 @@ static int gVerbose = 0; // Set to true to turn on logging messages. #define ASCII_A (0x61) #define ASCII_Z (0x7a) #define ASCII_COLON (0x3a) -#define ASCII_ZERO (0x30) static char AsciiToLowCase(char c)