mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-13 10:26:37 +02:00
Get rid of #ifdef SERENITY. We're past that phase of bootstrapping.
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 16:01:08 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/b5c76d7559a
@@ -1,10 +1,5 @@
|
||||
#include "DiskBackedFileSystem.h"
|
||||
|
||||
#ifdef SERENITY
|
||||
#include "i386.h"
|
||||
#else
|
||||
typedef int InterruptDisabler;
|
||||
#endif
|
||||
|
||||
//#define DBFS_DEBUG
|
||||
|
||||
|
||||
Reference in New Issue
Block a user