mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Removed an unreachable break statement.
This commit is contained in:
parent
f6a3c9c58b
commit
c6ece1170d
@ -150,7 +150,6 @@ PR_IMPLEMENT(PRStatus) PR_GetSystemInfo(PRSysInfo cmd, char *buf, PRUint32 bufle
|
||||
default:
|
||||
PR_SetError(PR_INVALID_ARGUMENT_ERROR, 0);
|
||||
return PR_FAILURE;
|
||||
break;
|
||||
}
|
||||
return PR_SUCCESS;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user