diff --git a/cpp/controllers/abstract_controller.h b/cpp/controllers/abstract_controller.h index 742d62957b..3c26ddae49 100644 --- a/cpp/controllers/abstract_controller.h +++ b/cpp/controllers/abstract_controller.h @@ -64,7 +64,6 @@ class AbstractController : public PhaseHandler, public enable_shared_from_this& GetBuffer() { return ctrl.buffer; } scsi_defs::status GetStatus() const { return ctrl.status; } void SetStatus(scsi_defs::status s) { ctrl.status = s; }