Skip to content

Commit

Permalink
Remove logically dead code from UI_GetServerStatusInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman committed Jan 13, 2015
1 parent 78e7656 commit 9c4b75c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/ui/ui_main.c
Expand Up @@ -3996,8 +3996,6 @@ static int UI_GetServerStatusInfo( const char *serverAddress, serverStatusInfo_t
while (p && *p) {
if (*p == '\\')
*p++ = '\0';
if (!p)
break;
score = p;
p = strchr(p, ' ');
if (!p)
Expand Down

0 comments on commit 9c4b75c

Please sign in to comment.