mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +02:00
Kernel: Remove use of [[gnu::pure]].
I was messing around with this to tell the compiler that these functions always return the same value no matter how many times you call them. It doesn't really seem to improve code generation and it looks weird so let's just get rid of it.
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 13:14:42 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/3dac1f8ac5d
@@ -51,7 +51,7 @@ public:
|
||||
RefPtr<Custody> m_host_custody;
|
||||
};
|
||||
|
||||
[[gnu::pure]] static VFS& the();
|
||||
static VFS& the();
|
||||
|
||||
VFS();
|
||||
~VFS();
|
||||
|
||||
Reference in New Issue
Block a user