mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-10 09:02:14 +02:00
Remove the last remaining #ifndef SERENITY blocks.
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 15:54:48 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/6b88025dda0
@@ -35,12 +35,6 @@ bool SynthFS::initialize()
|
||||
root->m_metadata.size = 0;
|
||||
root->m_metadata.mtime = mepoch;
|
||||
m_inodes.set(RootInodeIndex, move(root));
|
||||
|
||||
#ifndef SERENITY
|
||||
addFile(createTextFile("file", String("I'm a synthetic file!\n").toByteBuffer(), 0100644));
|
||||
addFile(createTextFile("message", String("Hey! This isn't my bottle!\n").toByteBuffer(), 0100644));
|
||||
addFile(createGeneratedFile("lunk", [] { return String("/home/andreas/file1").toByteBuffer(); }, 00120777));
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user