summaryrefslogtreecommitdiffstats
path: root/lib/idcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/idcache.c')
-rw-r--r--lib/idcache.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/idcache.c b/lib/idcache.c
index a1a957b93..2facf13e0 100644
--- a/lib/idcache.c
+++ b/lib/idcache.c
@@ -7,10 +7,6 @@
#include "c.h"
#include "idcache.h"
-#ifndef LOGIN_NAME_MAX
-#define LOGIN_NAME_MAX 256
-#endif
-
struct identry *get_id(struct idcache *ic, unsigned long int id)
{
struct identry *ent;