From 9978ebd8539f5150478b9227404bf2a810d825b9 Mon Sep 17 00:00:00 2001 From: Diogo Sousa Date: Fri, 12 Jul 2013 22:52:12 +0100 Subject: [PATCH] Removed outdated comment. --- src/common/text.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/text.c b/src/common/text.c index 2f4323a2..b825faba 100644 --- a/src/common/text.c +++ b/src/common/text.c @@ -2091,7 +2091,6 @@ text_emit (int index, session *sess, char *a, char *b, char *c, char *d, eat1 = plugin_emit_print (sess, word); eat2 = plugin_emit_print_attrs (sess, word, timestamp); - /* don't use || here, since it might short-circuit */ if (eat1 || eat2) return;