mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
[MOUNTMGR] Remove a leftover UNREFERENCED_PARAMETER()
Addendum to 77657c22c9
.
This commit is contained in:
parent
ff19ce934b
commit
b45f27cf2e
1 changed files with 0 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue