- drop i2p::util::config namespace : not used anymore

This commit is contained in:
hagen 2016-01-20 00:00:00 +00:00
parent 2335d3879e
commit 1bcc311738
2 changed files with 0 additions and 88 deletions

8
util.h
View file

@ -14,14 +14,6 @@ namespace i2p
{
namespace util
{
namespace config
{
void OptionParser(int argc, const char* const argv[]);
int GetArg(const std::string& strArg, int nDefault);
std::string GetArg(const std::string& strArg, const std::string& strDefault);
void ReadConfigFile(boost::filesystem::path path);
}
namespace filesystem
{
void SetAppName (const std::string& name);