mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
- Fix release build
svn path=/trunk/; revision=37671
This commit is contained in:
parent
7cd709ff27
commit
2dfe0f5eaf
1 changed files with 0 additions and 2 deletions
|
@ -282,7 +282,6 @@ ObpLookupObjectName(IN HANDLE RootHandle OPTIONAL,
|
|||
POBJECT_HEADER ObjectHeader;
|
||||
UNICODE_STRING ComponentName, RemainingName;
|
||||
BOOLEAN Reparse = FALSE, SymLink = FALSE;
|
||||
PDEVICE_MAP DeviceMap = NULL;
|
||||
POBJECT_DIRECTORY Directory = NULL, ParentDirectory = NULL, RootDirectory;
|
||||
POBJECT_DIRECTORY ReferencedDirectory = NULL, ReferencedParentDirectory = NULL;
|
||||
KIRQL CalloutIrql;
|
||||
|
@ -498,7 +497,6 @@ ObpLookupObjectName(IN HANDLE RootHandle OPTIONAL,
|
|||
{
|
||||
ParseFromRoot:
|
||||
/* FIXME: Check if we have a device map */
|
||||
ASSERT(DeviceMap == NULL);
|
||||
|
||||
/* Check if this is a possible DOS name */
|
||||
if (!((ULONG_PTR)(ObjectName->Buffer) & 7))
|
||||
|
|
Loading…
Reference in a new issue