mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:27:35 +00:00
Kernel: Remove unused function ProcFS::add_sys_string
This commit is contained in:
parent
9b5c137f46
commit
869becc944
2 changed files with 0 additions and 14 deletions
|
@ -32,7 +32,6 @@ public:
|
|||
virtual NonnullRefPtr<Inode> root_inode() const override;
|
||||
|
||||
static void add_sys_bool(String&&, Lockable<bool>&, Function<void()>&& notify_callback = nullptr);
|
||||
static void add_sys_string(String&&, Lockable<String>&, Function<void()>&& notify_callback = nullptr);
|
||||
|
||||
private:
|
||||
ProcFS();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue