1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:07:36 +00:00

Kernel: Remove unused SynthFS filesystem

This used to be the base class of ProcFS and DevPtsFS but not anymore.
This commit is contained in:
Andreas Kling 2019-11-06 11:36:24 +01:00
parent f3f0b08d43
commit 1c8f017730
3 changed files with 0 additions and 379 deletions

View file

@ -89,7 +89,6 @@ VFS_OBJS = \
FileSystem/Ext2FileSystem.o \
FileSystem/VirtualFileSystem.o \
FileSystem/FileDescription.o \
FileSystem/SyntheticFileSystem.o \
Devices/SB16.o
AK_OBJS = \