diff options
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |