Remove unused code
[mmh] / h / mime.h
index 22c2349..d8551cb 100644 (file)
--- a/h/mime.h
+++ b/h/mime.h
 #define DESCR_FIELD     "Content-Description"
 #define DISPO_FIELD     "Content-Disposition"
 
-#define isatom(c)   (!isspace (c) && !iscntrl (c) && (c) != '(' \
-                       && (c) != ')' && (c) != '<'  && (c) != '>' \
-                       && (c) != '@' && (c) != ','  && (c) != ';' \
-                       && (c) != ':' && (c) != '\\' && (c) != '"' \
-                       && (c) != '.' && (c) != '['  && (c) != ']')
-
 /*
 ** Test for valid characters used in "token"
 ** as defined in RFC2045