diff options
| author | Matt Moseley <[email protected]> | 2023-01-12 13:20:48 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-12 13:20:48 -0800 |
| commit | 5934a938b649e0354fa9a138db6bb5bdffd00332 (patch) | |
| tree | 0dc6015a0d71f2b38afab4113e12f40e49f49cdb | |
| parent | 921e951006d8cb403d59f9747c5495686a4aaed0 (diff) | |
Fix unused warning (#829)
- removed the [ToastMonBuggy] section to eliminate emitted warning
| -rw-r--r-- | tools/dv/samples/DV-FailDriver-WDM/driver/defect_toastmon.inf | 3 |
1 files changed, 0 insertions, 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] |
