mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
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
Notes:
github-actions[bot]
2025-11-07 10:29:06 +00:00
Author: https://github.com/cqundefine
Commit: 80003ecc09
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6631
Reviewed-by: https://github.com/gmta ✅
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue