From 19e4c20841ae64870334a09b5d1fcd459f50bece Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sat, 8 Jun 2019 19:36:28 +0200 Subject: [PATCH] Remove unused garbage --- defs.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/defs.h b/defs.h index 0f7eeb559..5644e3932 100644 --- a/defs.h +++ b/defs.h @@ -138,14 +138,7 @@ ///////////////////////////////////////////////////////////////////////// #ifndef IDA_GARBAGE #define IDA_GARBAGE - -// Partially defined types. They are used when the decompiler does not know -// anything about the type except its size. -#define _BYTE unsigned char -#define _DWORD unsigned int - #define _LOBYTE(x) (*((BYTE*)&(x))) - #endif /* IDA_GARBAGE */ // Typedef for the function pointer