mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-21 10:51:10 +00:00
remove never reached return
This commit is contained in:
parent
7cc7e912e7
commit
4f873e1d9d
1 changed files with 0 additions and 2 deletions
2
util.c
2
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;
|
||||
|
|
Loading…
Reference in a new issue