--- nono/vm/scsidev.cpp 2026/04/29 17:05:29 1.1.1.18 +++ nono/vm/scsidev.cpp 2026/04/29 17:05:38 1.1.1.19 @@ -75,10 +75,6 @@ SCSIHostDevice::~SCSIHostDevice() bool SCSIHostDevice::Init() { - if (inherited::Init() == false) { - return false; - } - // 初期化ではないけど、ログが使えるようになったここでデバッグ表示。 if (loglevel >= 1) { const char *name = scsibus->GetConfigName(); @@ -553,10 +549,6 @@ SCSIDisk::~SCSIDisk() bool SCSIDisk::Init() { - if (inherited::Init() == false) { - return false; - } - const std::string keybody = string_format("%s-id%u-", bus->GetConfigName(), myid); const std::string imgkey = keybody + "image";