diff options
Diffstat (limited to 'src/mapport.h')
-rw-r--r-- | src/mapport.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mapport.h b/src/mapport.h index 38367aa1cf..6f55c46f6c 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; |