Removed unused code

This commit is contained in:
Benjamin Höglinger-Stelzer
2020-05-11 14:15:08 +02:00
parent e0f9d1044b
commit a5964c3b23
2 changed files with 2 additions and 4 deletions

View File

@@ -451,13 +451,11 @@ VOID ViGEm::Bus::Core::EmulationTargetPDO::EvtIoInternalDeviceControl(
UNREFERENCED_PARAMETER(OutputBufferLength);
UNREFERENCED_PARAMETER(InputBufferLength);
UNREFERENCED_PARAMETER(IoControlCode);
NTSTATUS status = STATUS_INVALID_PARAMETER;
PIRP irp;
PURB urb;
PIO_STACK_LOCATION irpStack;
//PUCHAR blobBuffer;
TraceDbg(TRACE_BUSPDO, "%!FUNC! Entry");