mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 09:09:43 +00:00
Kernel: Remove duplicate access specifier in DevTmpFSInode
As per clang-tidy.
This commit is contained in:
parent
47a39e425c
commit
30458a6600
Notes:
sideshowbarker
2024-07-17 22:45:04 +09:00
Author: https://github.com/Hendiadyoin1
Commit: 30458a6600
Pull-request: https://github.com/SerenityOS/serenity/pull/11201
Reviewed-by: https://github.com/bgianfo
Reviewed-by: https://github.com/davidot
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ protected:
|
||||||
const unsigned m_major_number { 0 };
|
const unsigned m_major_number { 0 };
|
||||||
const unsigned m_minor_number { 0 };
|
const unsigned m_minor_number { 0 };
|
||||||
|
|
||||||
protected:
|
|
||||||
enum class Type {
|
enum class Type {
|
||||||
BlockDevice,
|
BlockDevice,
|
||||||
CharacterDevice,
|
CharacterDevice,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue