kernel: Remove some unused macros.

Spotted by Clang. (I double-checked they weren't used within
some #ifdef'd-out code, too.)
This commit is contained in:
Augustin Cavalier
2018-12-09 23:03:11 -05:00
parent bc3fc95ff6
commit 5d78c2d7e0
2 changed files with 0 additions and 9 deletions
-3
View File
@@ -153,9 +153,6 @@ static int32 sHandOverKDLToCPU = -1;
static bool sCPUTrapped[SMP_MAX_CPUS];
#define distance(a, b) ((a) < (b) ? (b) - (a) : (a) - (b))
// #pragma mark - DebugOutputFilter
@@ -19,12 +19,6 @@
#include <KPath.h>
// debugging
//#define DBG(x)
#define DBG(x) x
#define OUT dprintf
static const char* kFileDevicesDir = "/dev/disk/virtual/files";