mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-12 17:37:53 +03: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: https://github.com/SerenityOS/serenity/commit/ab50a1480f3
@ -126,8 +126,6 @@ protected:
|
||||
};
|
||||
|
||||
class SysFSUSBBusDirectory final : public SysFSDirectory {
|
||||
friend class SysFSComponentsRegistrar;
|
||||
|
||||
public:
|
||||
static void initialize();
|
||||
void plug(USB::Device&);
|
||||
|
Loading…
Reference in New Issue
Block a user