X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=util.c;h=d427c38fbf273a92ea24de3da9f39f9ccf8def58;hb=96126b435ae831d651855d9cf4430c8540ce13b0;hp=92a99f76e463fb1e1d6289d53c629aa04cabfb21;hpb=2d96b2a3ecb3610493c261c297da8a0ed429cd15;p=xonotic%2Fgmqcc.git diff --git a/util.c b/util.c index 92a99f7..d427c38 100644 --- a/util.c +++ b/util.c @@ -770,8 +770,6 @@ int util_vasprintf(char **dat, const char *fmt, va_list args) { *dat = tmp; return len; #endif - /* never reached ... */ - return -1; } int util_asprintf(char **ret, const char *fmt, ...) { va_list args;