[MOUNTMGR] Remove a leftover UNREFERENCED_PARAMETER()

Addendum to 77657c22c9.
This commit is contained in:
Serge Gautherie 2019-09-06 01:50:34 +02:00 committed by Pierre Schweitzer
parent ff19ce934b
commit b45f27cf2e

View file

@ -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))