summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/util.c b/util.c
index 5a2f0e5..82bcc2f 100644
--- a/util.c
+++ b/util.c
@@ -145,12 +145,6 @@ makeUTF16(const char *string)
return value;
}
-unsigned
-makeName(const char *s)
-{
- return s[0] << 24 | s[1] << 16 | s[2] << 8 | s[3];
-}
-
/* Like mktime(3), but UTC rather than local time */
#if defined(HAVE_TIMEGM)
static time_t