afs: casting NULL is generally unnecessary
[openafs.git] / src / comerr / error_msg.c
index 413a2e9..c5f6d02 100644 (file)
@@ -33,7 +33,7 @@ static const char copyright[] =
 
 static char buffer[64];
 
-static struct et_list *_et_list = (struct et_list *)NULL;
+static struct et_list *_et_list = NULL;
 
 #ifdef AFS_PTHREAD_ENV
 #include <pthread.h>