AK: Remove unused __ptrdiff_t declaration
The project compiles just fine without and this seems a remnant from SerenityOS.
This commit is contained in:
parent
6fa705c730
commit
80003ecc09
1 changed files with 0 additions and 4 deletions
|
|
@ -134,10 +134,6 @@ using pid_t = int;
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
# include <sys/types.h>
|
# include <sys/types.h>
|
||||||
|
|
||||||
# ifdef __ptrdiff_t
|
|
||||||
using __ptrdiff_t = __PTRDIFF_TYPE__;
|
|
||||||
# endif
|
|
||||||
|
|
||||||
# if defined(AK_OS_WINDOWS)
|
# if defined(AK_OS_WINDOWS)
|
||||||
using ssize_t = AK::Detail::MakeSigned<size_t>;
|
using ssize_t = AK::Detail::MakeSigned<size_t>;
|
||||||
using mode_t = unsigned short;
|
using mode_t = unsigned short;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue