From 0cb257586abb35cd69be794e7b56244d8704ff57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Tue, 15 Dec 2020 19:44:44 +0100 Subject: Move macro definitions close to usage --- Process.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Process.h') diff --git a/Process.h b/Process.h index d50865fb..1f118e70 100644 --- a/Process.h +++ b/Process.h @@ -15,10 +15,6 @@ in the source distribution for its full text. #include "Object.h" #include "RichString.h" -#ifdef __ANDROID__ -#define SYS_ioprio_get __NR_ioprio_get -#define SYS_ioprio_set __NR_ioprio_set -#endif #define PROCESS_FLAG_IO 0x0001 #define DEFAULT_HIGHLIGHT_SECS 5 -- cgit v1.2.3