mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[MOUNTMGR] Remove a leftover UNREFERENCED_PARAMETER()
Addendum to 77657c22c9.
This commit is contained in:
committed by
Pierre Schweitzer
parent
ff19ce934b
commit
b45f27cf2e
@@ -114,8 +114,6 @@ GlobalCreateSymbolicLink(IN PUNICODE_STRING DosName,
|
||||
NTSTATUS Status;
|
||||
UNICODE_STRING GlobalName;
|
||||
|
||||
UNREFERENCED_PARAMETER(DeviceName);
|
||||
|
||||
/* First create the global string */
|
||||
Status = CreateStringWithGlobal(DosName, &GlobalName);
|
||||
if (!NT_SUCCESS(Status))
|
||||
|
||||
Reference in New Issue
Block a user