AK: Remove unused __ptrdiff_t declaration

The project compiles just fine without and this seems a remnant from
SerenityOS.
This commit is contained in:
Undefine 2025-08-13 16:16:35 +02:00 committed by Jelle Raaijmakers
parent 6fa705c730
commit 80003ecc09
Notes: github-actions[bot] 2025-11-07 10:29:06 +00:00

View file

@ -134,10 +134,6 @@ using pid_t = int;
# include <stdint.h>
# include <sys/types.h>
# ifdef __ptrdiff_t
using __ptrdiff_t = __PTRDIFF_TYPE__;
# endif
# if defined(AK_OS_WINDOWS)
using ssize_t = AK::Detail::MakeSigned<size_t>;
using mode_t = unsigned short;