sculpt_manager: remove obsolete "storage" node

Issue #5174
This commit is contained in:
Christian Helmuth 2024-04-17 12:15:10 +02:00
parent b97e549dc4
commit def630c3db

View File

@ -88,12 +88,6 @@ class Sculpt::Runtime_config
return;
}
bool const storage = (service == "Block");
if (storage) {
result = "storage";
return;
}
if (service == "ROM") {
/*