diff --git a/src/mapport.h b/src/mapport.h index 38367aa1cf2..6f55c46f6cc 100644 --- a/src/mapport.h +++ b/src/mapport.h @@ -5,11 +5,7 @@ #ifndef BITCOIN_MAPPORT_H #define BITCOIN_MAPPORT_H -#ifdef USE_UPNP -static constexpr bool DEFAULT_UPNP = USE_UPNP; -#else static constexpr bool DEFAULT_UPNP = false; -#endif // USE_UPNP static constexpr bool DEFAULT_NATPMP = false;