From: Ralph Corderoy Date: Sat, 22 Apr 2017 15:41:00 +0000 (+0100) Subject: h/mts.h: Remove unused isdlm{1,2}() macros. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/5251d171e8e90a7a69f2bd740965140b6b69fcbe?ds=sidebyside;hp=5251d171e8e90a7a69f2bd740965140b6b69fcbe h/mts.h: Remove unused isdlm{1,2}() macros. They just do a strcmp(3) of their argument against mmdlm{1,2} and test it's "equal". That's more clearly written longhand than have yet another small-scope, specialised, macro to recall; as practice bears out. ---