summaryrefslogtreecommitdiffstats
path: root/avahi-core/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/util.c')
-rw-r--r--avahi-core/util.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/avahi-core/util.c b/avahi-core/util.c
index ef54be1..41229c5 100644
--- a/avahi-core/util.c
+++ b/avahi-core/util.c
@@ -92,17 +92,6 @@ char *avahi_format_mac_address(const uint8_t* mac, size_t size) {
return r;
}
-char *avahi_strdown(char *s) {
- char *c;
-
- assert(s);
-
- for (c = s; *c; c++)
- *c = (char) tolower(*c);
-
- return s;
-}
-
char *avahi_strup(char *s) {
char *c;
assert(s);