Unused Macro in group.h.
Ralph Corderoy <[email protected]>
| Newsgroups | gmane.network.sn |
|---|---|
| Message-ID | <[email protected]> |
Hi,
group.h in sn-0.3.4a contains
#define ISJUNK(g) ('j' == *(g) && 0 == strcmp((g), "junk"))
which isn't used anywhere so I suggest it is removed, especially since
"junk" doesn't match =junk defined in config.h.
config.h:#define JUNK_GROUP "=junk"
Cheers,
Ralph.
(who's UTSL-ing :-)