mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 02:09:24 +00:00
Kernel/USB: Remove unneeded friend declaration in SysFSUSBBusDirectory
This commit is contained in:
parent
08a303172d
commit
ab50a1480f
Notes:
sideshowbarker
2024-07-18 08:50:50 +09:00
Author: https://github.com/awesomekling
Commit: ab50a1480f
1 changed files with 0 additions and 2 deletions
|
@ -126,8 +126,6 @@ protected:
|
|||
};
|
||||
|
||||
class SysFSUSBBusDirectory final : public SysFSDirectory {
|
||||
friend class SysFSComponentsRegistrar;
|
||||
|
||||
public:
|
||||
static void initialize();
|
||||
void plug(USB::Device&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue