From 6589afffbb5f484ebc3aa5a7a533eaf0940ac202 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 2 Apr 2011 02:46:01 +0200 Subject: general: various smaller fixes --- avahi-common/utf8.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'avahi-common') 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)) -- cgit