1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

trigger: remove obsolete comment

This commit is contained in:
Sébastien Helleu
2014-04-12 08:44:16 +02:00
parent 0866bc7e6d
commit d0d4d2ef5b
-6
View File
@@ -580,12 +580,6 @@ trigger_regex_split (const char *str_regex,
(*regex)[index].str_regex,
REG_EXTENDED | REG_ICASE) != 0)
{
/*
weechat_printf (NULL,
_("%s%s: error compiling regular expression \"%s\""),
weechat_prefix ("error"), TRIGGER_PLUGIN_NAME,
(*regex)[index].str_regex);
*/
free ((*regex)[index].regex);
(*regex)[index].regex = NULL;
goto compile_error;