Explorar el Código

Kernel: Remove unused integer typedefs from UnixTypes.h

Andreas Kling hace 4 años
padre
commit
b47c7a2c38
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. 0 6
      Kernel/UnixTypes.h

+ 0 - 6
Kernel/UnixTypes.h

@@ -43,9 +43,3 @@ TYPEDEF_DISTINCT_ORDERED_ID(pid_t, ProcessID);
 TYPEDEF_DISTINCT_ORDERED_ID(pid_t, ThreadID);
 TYPEDEF_DISTINCT_ORDERED_ID(pid_t, SessionID);
 TYPEDEF_DISTINCT_ORDERED_ID(pid_t, ProcessGroupID);
-
-typedef u32 __u32;
-typedef u16 __u16;
-typedef u8 __u8;
-typedef int __s32;
-typedef short __s16;