Skip to content

Commit

Permalink
- remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
aschnell committed Nov 6, 2024
1 parent 98276e7 commit f82e6e0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions client/utils/equal-date.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
* find current contact information at www.novell.com.
*/

#if !defined(__isleap)
/* Nonzero if YEAR is a leap year (every 4 years,
except every 100th isn't, and every 400th is). */
# define __isleap(year) \
((year) % 4 == 0 && ((year) % 100 != 0 || (year) % 400 == 0))
#endif


bool
Expand Down

0 comments on commit f82e6e0

Please sign in to comment.