X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=drivers%2Ffilters%2Fmountmgr%2Fsymlink.c;h=f4d23815249b22312ba1de2b150b4c1ccbae8cbf;hp=254eb2fb4524e2ee48223ada9f9e475b1037ccfd;hb=b45f27cf2e9d0f554b5ca96158a737e72f269274;hpb=ff19ce934bf35768e3478bf484ed4935bb826eb3;ds=sidebyside diff --git a/drivers/filters/mountmgr/symlink.c b/drivers/filters/mountmgr/symlink.c index 254eb2fb452..f4d23815249 100644 --- a/drivers/filters/mountmgr/symlink.c +++ b/drivers/filters/mountmgr/symlink.c @@ -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))