Skip to content

Commit

Permalink
Merge pull request #251 from matvore/max
Browse files Browse the repository at this point in the history
Remove unused `max` macro
  • Loading branch information
dang authored Feb 8, 2022
2 parents b592795 + 84d5ab3 commit f10d11a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ntirpc/misc/portable.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ void warnx(const char *fmt, ...);
#define CLOCK_MONOTONIC_FAST CLOCK_MONOTONIC
#endif

#ifndef max
#define max(a, b) (a > b ? a : b)
#endif

#if !defined(CACHE_LINE_SIZE)
#if defined(__PPC64__)
#define CACHE_LINE_SIZE 128
Expand Down

0 comments on commit f10d11a

Please sign in to comment.