linux: drop unused macro IOPriority_error

This commit is contained in:
Christian Göttsche 2021-08-28 17:57:41 +02:00 committed by BenBE
parent 58a59c11f4
commit ff336b652c
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@ typedef int IOPriority;
#define IOPriority_tuple(class_, data_) (((class_) << IOPRIO_CLASS_SHIFT) | (data_))
#define IOPriority_error 0xffffffff
#define IOPriority_None IOPriority_tuple(IOPRIO_CLASS_NONE, 0)
#define IOPriority_Idle IOPriority_tuple(IOPRIO_CLASS_IDLE, 7)