[MOUNTMGR] Remove a leftover UNREFERENCED_PARAMETER()
authorSerge Gautherie <reactos-git_serge_171003@gautherie.fr>
Thu, 5 Sep 2019 23:50:34 +0000 (01:50 +0200)
committerPierre Schweitzer <pierre@reactos.org>
Fri, 6 Sep 2019 06:34:14 +0000 (08:34 +0200)
Addendum to 77657c22c950dc1d5404df1cac7ce06e0cf8fa24.

drivers/filters/mountmgr/symlink.c

index 254eb2f..f4d2381 100644 (file)
@@ -114,8 +114,6 @@ GlobalCreateSymbolicLink(IN PUNICODE_STRING DosName,
     NTSTATUS Status;
     UNICODE_STRING GlobalName;
 
     NTSTATUS Status;
     UNICODE_STRING GlobalName;
 
-    UNREFERENCED_PARAMETER(DeviceName);
-
     /* First create the global string */
     Status = CreateStringWithGlobal(DosName, &GlobalName);
     if (!NT_SUCCESS(Status))
     /* First create the global string */
     Status = CreateStringWithGlobal(DosName, &GlobalName);
     if (!NT_SUCCESS(Status))