- Remove obsolete DbgBreakPoint

svn path=/trunk/; revision=41836
This commit is contained in:
Johannes Anderwald 2009-07-09 22:04:31 +00:00
parent d50238833b
commit e421f65c2b

View file

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