From 5934a938b649e0354fa9a138db6bb5bdffd00332 Mon Sep 17 00:00:00 2001 From: Matt Moseley <52799792+matthesoundman@users.noreply.github.com> Date: Thu, 12 Jan 2023 13:20:48 -0800 Subject: Fix unused warning (#829) - removed the [ToastMonBuggy] section to eliminate emitted warning --- tools/dv/samples/DV-FailDriver-WDM/driver/defect_toastmon.inf | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/dv/samples/DV-FailDriver-WDM/driver/defect_toastmon.inf b/tools/dv/samples/DV-FailDriver-WDM/driver/defect_toastmon.inf index d1342b4c..1ac1660a 100644 --- a/tools/dv/samples/DV-FailDriver-WDM/driver/defect_toastmon.inf +++ b/tools/dv/samples/DV-FailDriver-WDM/driver/defect_toastmon.inf @@ -58,9 +58,6 @@ StartType = 1 ; SERVICE_SYSTEM_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\defect_toastmon.sys -[ToastMonBuggy] -HardwareIds=root\defect_toastmon - ; ================= Source Media Section ===================== [SourceDisksFiles] -- cgit v1.3.1