Fix unused variable warnings

This commit is contained in:
Chocobo1 2016-12-06 10:30:37 +08:00
parent b971eb52ee
commit ab187f06da
3 changed files with 10 additions and 3 deletions

View file

@ -45,7 +45,6 @@
static const char DATABASE_URL[] = "https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz";
static const char GEOIP_FOLDER[] = "GeoIP";
static const char GEOIP_FILENAME[] = "GeoLite2-Country.mmdb";
static const int CACHE_SIZE = 1000;
static const int UPDATE_INTERVAL = 30; // Days between database updates
using namespace Net;