Remove an outdated todo for %trace

I cannot find any reason for the TODO in these days.
This commit is contained in:
Pavlina Moravcova Varekova 2017-09-25 04:29:44 -04:00 committed by Panu Matilainen
parent 99e6de8109
commit e9d1ec565d
1 changed files with 0 additions and 1 deletions

View File

@ -1230,7 +1230,6 @@ expandMacro(MacroBuf mb, const char *src, size_t slen)
}
if (STREQ("trace", f, fn)) {
/* XXX TODO restore expand_trace/macro_trace to 0 on return */
mb->expand_trace = mb->macro_trace = (negate ? 0 : mb->depth);
if (mb->depth == 1) {
print_macro_trace = mb->macro_trace;