From da6798ef356472f3eeb9cc4f02d15b531ef84019 Mon Sep 17 00:00:00 2001 From: Kirill A Date: Sat, 20 Feb 2021 19:28:28 +0100 Subject: [PATCH] Remove the redundant MHD_RESULT define --- blockchain-explorer/blockchain-explorer.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/blockchain-explorer/blockchain-explorer.hpp b/blockchain-explorer/blockchain-explorer.hpp index 2d7addb2..1bae362d 100644 --- a/blockchain-explorer/blockchain-explorer.hpp +++ b/blockchain-explorer/blockchain-explorer.hpp @@ -45,7 +45,6 @@ #else #define MHD_RESULT int #endif -#define MHD_RESULT enum MHD_Result extern bool local_scripts_;