Remove re-defined attributes
authorAlan T. DeKok <aland@freeradius.org>
Fri, 13 Jun 2014 12:44:31 +0000 (08:44 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 13 Jun 2014 13:41:32 +0000 (09:41 -0400)
src/modules/rlm_cache/rlm_cache.c

index cbe2437..998fe29 100644 (file)
@@ -27,12 +27,6 @@ RCSID("$Id$")
 #include <freeradius-devel/heap.h>
 #include <freeradius-devel/rad_assert.h>
 
-#define PW_CACHE_TTL           1140
-#define PW_CACHE_STATUS_ONLY   1141
-#define PW_CACHE_MERGE         1142
-#define PW_CACHE_ENTRY_HITS    1143
-#define PW_CACHE_READ_ONLY     1144
-
 /*
  *     Define a structure for our module configuration.
  *