https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b45f27cf2e9d0f554b5ca9...
commit b45f27cf2e9d0f554b5ca96158a737e72f269274 Author: Serge Gautherie reactos-git_serge_171003@gautherie.fr AuthorDate: Fri Sep 6 01:50:34 2019 +0200 Commit: Pierre Schweitzer pierre@reactos.org CommitDate: Fri Sep 6 08:34:14 2019 +0200
[MOUNTMGR] Remove a leftover UNREFERENCED_PARAMETER()
Addendum to 77657c22c950dc1d5404df1cac7ce06e0cf8fa24. --- drivers/filters/mountmgr/symlink.c | 2 -- 1 file changed, 2 deletions(-)
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))