Remove unused defaults.hpp

The definitions in here aren't actually used anywhere anymore, so just
drop it.
This commit is contained in:
Jason Rhinelander 2021-08-10 17:13:27 -03:00
parent ee4e73fd94
commit ae1243e9d9
2 changed files with 0 additions and 19 deletions

View File

@ -3,7 +3,6 @@
#include "config/definition.hpp"
#include "ini.hpp"
#include <llarp/constants/defaults.hpp>
#include <llarp/constants/files.hpp>
#include <llarp/net/net.hpp>
#include <llarp/net/ip.hpp>

View File

@ -1,18 +0,0 @@
#pragma once
#ifndef DEFAULT_RESOLVER_US
#define DEFAULT_RESOLVER_US "1.1.1.1"
#endif
#ifndef DEFAULT_RESOLVER_EU
#define DEFAULT_RESOLVER_EU "1.1.1.1"
#endif
#ifndef DEFAULT_RESOLVER_AU
#define DEFAULT_RESOLVER_AU "1.1.1.1"
#endif
#ifndef DEFAULT_LOKINET_USER
#define DEFAULT_LOKINET_USER "lokinet"
#endif
#ifndef DEFAULT_LOKINET_GROUP
#define DEFAULT_LOKINET_GROUP "lokinet"
#endif