summaryrefslogtreecommitdiffstats
path: root/avahi-common/utf8.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-common/utf8.c')
-rw-r--r--avahi-common/utf8.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/avahi-common/utf8.c b/avahi-common/utf8.c
index fa6a318..ab10ba0 100644
--- a/avahi-common/utf8.c
+++ b/avahi-common/utf8.c
@@ -60,9 +60,6 @@ avahi_utf8_valid (const char *str)
/* done */;
else
{
- const char *last;
-
- last = p;
if ((*(const unsigned char *)p & 0xe0) == 0xc0) /* 110xxxxx */
{
if ( ((*(const unsigned char *)p & 0x1e) == 0))