remove unused load method

This commit is contained in:
dfsek
2021-12-04 20:18:58 -07:00
parent 3215c17609
commit 845b932451

View File

@@ -396,11 +396,6 @@ public class ConfigPackImpl implements ConfigPack {
.forEach((id, value) -> logger.debug("Dead entry in '{}' registry: '{}'", ReflectionUtil.typeToString(clazz), id)));
}
@SuppressWarnings({ "unchecked", "rawtypes" })
private void load(long start, Platform platform) throws ConfigException {
}
protected Map<Type, Pair<OpenRegistry<?>, CheckedRegistry<?>>> getRegistryMap() {
return registryMap;
}