max and min are declared in kdc_util.h
authorJohn Carr <jfc@mit.edu>
Mon, 3 Jun 1991 12:39:52 +0000 (12:39 +0000)
committerJohn Carr <jfc@mit.edu>
Mon, 3 Jun 1991 12:39:52 +0000 (12:39 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2133 dc483132-0cff-0310-8789-dd5450dbe970

src/kdc/replay.c

index 5bca9a27cbf2dc7dcdabd71f7440e8513faae019..b25bbee3cb8d40b3133866415f7712c470f171af 100644 (file)
@@ -38,10 +38,6 @@ static int calls = 0;
 static int max_hits_per_entry = 0;
 static int num_entries = 0;
 
-#ifndef max
-#define max(a,b) (((a) > (b)) ? (a) : (b))
-#endif
-
 #define STALE_TIME     2*60            /* two minutes */
 #define STALE(ptr) (abs((ptr)->timein - timenow) >= STALE_TIME)