diff --git a/cpukit/libcsupport/src/malloc_p.h b/cpukit/libcsupport/src/malloc_p.h index 853275d6d3..c647d6c759 100644 --- a/cpukit/libcsupport/src/malloc_p.h +++ b/cpukit/libcsupport/src/malloc_p.h @@ -25,15 +25,6 @@ #include #include -#ifndef HAVE_UINTMAX_T - /* Fall back to unsigned long if uintmax_t is not available */ - #define unsigned long uintmax_t - - #ifndef PRIuMAX - #define PRIuMAX "lu" - #endif -#endif - /* * Basic management data */