]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/uam.c
Reduce log clutter
[netatalk.git] / etc / afpd / uam.c
index 532a620155f7c748835f32a83a53aa882cdc6575..92173915c5f5cc5e7dfa8934c00f1a1ba34a1d85 100644 (file)
@@ -56,11 +56,7 @@ char *strchr (), *strrchr ();
 #include "auth.h"
 #include "uam_auth.h"
 
-#ifdef AFP3x
 #define utf8_encoding() (afp_version >= 30)
-#else
-#define utf8_encoding() (0)
-#endif
 
 #ifdef TRU64
 #include <netdb.h>