Skip to content

Commit

Permalink
starboard/types.h: Remove unused kSbInt64Min, kSbUInt64Max (#4200)
Browse files Browse the repository at this point in the history
Because unused.

b/366064934
  • Loading branch information
yell0wd0g authored Oct 4, 2024
1 parent 9135e7d commit d88fe48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions starboard/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ typedef int64_t ssize_t;

// Simulate needed portions of limits.h for platforms that don't provide it.

static const int64_t kSbInt64Min = ((int64_t)SB_INT64_C(0x8000000000000000));
static const int64_t kSbInt64Max = ((int64_t)SB_INT64_C(0x7FFFFFFFFFFFFFFF));
static const uint64_t kSbUInt64Max = ((uint64_t)SB_INT64_C(0xFFFFFFFFFFFFFFFF));

// A value that represents an int that is probably invalid.
#define kSbInvalidInt INT32_MIN
Expand Down

0 comments on commit d88fe48

Please sign in to comment.