summaryrefslogtreecommitdiff
path: root/Kernel/Storage/ATA/AHCI/Port.h
diff options
context:
space:
mode:
authorLiav A <liavalb@gmail.com>2023-03-07 22:28:15 +0200
committerJelle Raaijmakers <jelle@gmta.nl>2023-03-08 01:41:51 +0100
commitdb72467e3150b974beed39bb7f12d36e2a95f956 (patch)
treec4983a20cd37e9b5d38a588c2afbe60d0d76670a /Kernel/Storage/ATA/AHCI/Port.h
parent95b15e49010299902abd2aa65bcc71e4158b7326 (diff)
downloadserenity-db72467e3150b974beed39bb7f12d36e2a95f956.zip
Kernel: Remove ATAPI eject method from the AHCIPort class
We never actually used it. It never has been proved to work reliably, therefore it should be removed.
Diffstat (limited to 'Kernel/Storage/ATA/AHCI/Port.h')
-rw-r--r--Kernel/Storage/ATA/AHCI/Port.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Kernel/Storage/ATA/AHCI/Port.h b/Kernel/Storage/ATA/AHCI/Port.h
index a43166ac0b..6b501bf26b 100644
--- a/Kernel/Storage/ATA/AHCI/Port.h
+++ b/Kernel/Storage/ATA/AHCI/Port.h
@@ -60,8 +60,6 @@ private:
ALWAYS_INLINE void clear_sata_error_register() const;
- void eject();
-
char const* try_disambiguate_sata_status();
void try_disambiguate_sata_error();