fs/io/Reader: use C++ exceptions instead of class Error

This commit is contained in:
Max Kellermann
2015-12-16 11:05:33 +01:00
parent fe60c52c70
commit e6e7d6dbd6
33 changed files with 192 additions and 334 deletions

View File

@@ -45,10 +45,10 @@ void config_global_init(void)
{
}
bool
ReadConfigFile(Path path, Error &error)
void
ReadConfigFile(Path path)
{
return ReadConfigFile(config_data, path, error);
return ReadConfigFile(config_data, path);
}
static void