mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 21:02:19 +00:00
- Remove obsolete DbgBreakPoint
svn path=/trunk/; revision=41836
This commit is contained in:
parent
d50238833b
commit
e421f65c2b
1 changed files with 0 additions and 1 deletions
|
@ -986,7 +986,6 @@ SysAudioHandleProperty(
|
|||
|
||||
RtlStringFromGUID(&Property->Set, &GuidString);
|
||||
DPRINT1("Unhandeled property Set |%S| Id %u Flags %x\n", GuidString.Buffer, Property->Id, Property->Flags);
|
||||
DbgBreakPoint();
|
||||
RtlFreeUnicodeString(&GuidString);
|
||||
return SetIrpIoStatus(Irp, STATUS_UNSUCCESSFUL, 0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue