This commit is contained in:
vaxerski 2022-08-21 18:35:45 +02:00
parent 8faac0c9ac
commit ce62a98470

View file

@ -782,8 +782,6 @@ void CConfigManager::handleSubmap(const std::string& command, const std::string&
}
void CConfigManager::handleSource(const std::string& command, const std::string& rawpath) {
static const char* const ENVHOME = getenv("HOME");
if (rawpath.length() < 2) {
Debug::log(ERR, "source= path garbage");
parseError = "source path " + rawpath + " bogus!";