From ff4e0706c5ee5dffd69168ebd0ff5f53e474d048 Mon Sep 17 00:00:00 2001 From: "Andrew J. Schorr" Date: Sun, 3 Jul 2016 16:51:23 -0400 Subject: Revert warning message until I'm certain that that flag combo is invalid. --- field.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'field.c') diff --git a/field.c b/field.c index 5e5a3511..892818f7 100644 --- a/field.c +++ b/field.c @@ -216,11 +216,7 @@ rebuild_record() } } else { *n = *r; - if (n->flags & MALLOC) { - /* unexpected, since FIELD is on! */ - warning(_("invalid flags combination `%s' detected while rebuilding record; please file a bug report."), flags2str(n->flags)); - n->flags &= ~MALLOC; - } + n->flags &= ~MALLOC; } n->stptr = cops; -- cgit v1.2.3