diff --git a/libs/port/mkstemps.c b/libs/port/mkstemps.c index 1a091a7f974..3ca71e8087b 100644 --- a/libs/port/mkstemps.c +++ b/libs/port/mkstemps.c @@ -133,7 +133,5 @@ mkstemps ( value += 7777; } - /* We return the null string if we can't find a unique file name. */ - template[0] = '\0'; return -1; }