mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:27:45 +00:00
Kernel: Remove the now defunct RESTORE_LOCK(..)
macro.
This commit is contained in:
parent
04156d53ca
commit
0d5827f865
2 changed files with 1 additions and 2 deletions
|
@ -128,7 +128,6 @@ private:
|
|||
};
|
||||
|
||||
#define LOCKER(...) Locker locker(__VA_ARGS__)
|
||||
#define RESTORE_LOCK(lock, ...) (lock).restore_lock(__VA_ARGS__)
|
||||
|
||||
template<typename T>
|
||||
class Lockable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue