summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/its.c
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/src/its.c')
-rw-r--r--gettext-tools/src/its.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gettext-tools/src/its.c b/gettext-tools/src/its.c
index 6843aac..394b5f0 100644
--- a/gettext-tools/src/its.c
+++ b/gettext-tools/src/its.c
@@ -1733,7 +1733,6 @@ its_rule_list_extract_text (its_rule_list_ty *rules,
if (*msgid != '\0')
{
lex_pos_ty pos;
- message_ty *message;
char *marker;
pos.file_name = xstrdup (logical_filename);
@@ -1759,8 +1758,7 @@ its_rule_list_extract_text (its_rule_list_ty *rules,
msgctxt = NULL;
}
- message = callback (mlp, msgctxt, msgid, &pos, comment, marker,
- whitespace);
+ callback (mlp, msgctxt, msgid, &pos, comment, marker, whitespace);
free (marker);
}
free (msgctxt);