mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Remove a useless check.
svn path=/trunk/; revision=68597
This commit is contained in:
@@ -373,7 +373,7 @@ static VOID WINAPI DosInitialize(LPWORD Stack)
|
||||
RegisterBop(BOP_DOS, DosSystemBop );
|
||||
RegisterBop(BOP_CMD, DosCmdInterpreterBop);
|
||||
|
||||
if (DosBiosFileName && DosBiosFileName[0] != '\0')
|
||||
if (DosBiosFileName[0] != '\0')
|
||||
{
|
||||
BOOLEAN Success = FALSE;
|
||||
HANDLE hDosBios;
|
||||
|
||||
Reference in New Issue
Block a user