summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/VirtualFileSystem.h
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-08-22 17:53:34 +0200
committerAndreas Kling <kling@serenityos.org>2020-08-22 18:01:59 +0200
commit2fd9e722647b0a9b90b0380b898c17787918b451 (patch)
tree812bea0de4c6d9ce8767ea3b7d0dc1a0a6eb331b /Kernel/FileSystem/VirtualFileSystem.h
parent0addcb45b83cc46382dc249619b0ae1f12c59dba (diff)
downloadserenity-2fd9e722647b0a9b90b0380b898c17787918b451.zip
Revert "Kernel: Switch singletons to use new Singleton class"
This reverts commit f48feae0b2a300992479abf0b2ded85e45ac6045.
Diffstat (limited to 'Kernel/FileSystem/VirtualFileSystem.h')
-rw-r--r--Kernel/FileSystem/VirtualFileSystem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/FileSystem/VirtualFileSystem.h b/Kernel/FileSystem/VirtualFileSystem.h
index 1969327698..35b17e0da8 100644
--- a/Kernel/FileSystem/VirtualFileSystem.h
+++ b/Kernel/FileSystem/VirtualFileSystem.h
@@ -78,7 +78,6 @@ public:
int m_flags;
};
- static void initialize();
static VFS& the();
VFS();