mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Kernel: Remove unused madvise(MADV_GET_VOLATILE)
This was used to query the volatile state of a memory region, however nothing ever actually used it.
This commit is contained in:
@@ -101,7 +101,6 @@ enum {
|
||||
|
||||
#define MADV_SET_VOLATILE 0x100
|
||||
#define MADV_SET_NONVOLATILE 0x200
|
||||
#define MADV_GET_VOLATILE 0x400
|
||||
|
||||
#define F_DUPFD 0
|
||||
#define F_GETFD 1
|
||||
|
||||
Reference in New Issue
Block a user