]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - util.c
We're doing it this way.
[xonotic/gmqcc.git] / util.c
diff --git a/util.c b/util.c
index f6b9808657f272125381bc06cb6e9ab39ad619db..3d4b48021952ab1d8a7fa619c677c979875f2667 100644 (file)
--- a/util.c
+++ b/util.c
@@ -281,11 +281,6 @@ bool util_isatty(fs_file_t *file) {
     if (file == (fs_file_t*)stderr) return !!platform_isatty(STDERR_FILENO);
     return false;
 }
-
-const char *util_tmpnam(char *str) {
-    return platform_tmpnam(str);
-}
-
 /*
  * A small noncryptographic PRNG based on:
  * http://burtleburtle.net/bob/rand/smallprng.html