From 673f69a6a755f17a2fb7afd1627cb8890073e4e8 Mon Sep 17 00:00:00 2001 From: Fredrik Orderud Date: Thu, 22 Aug 2024 12:14:53 +0200 Subject: Remove unreferenced BATTBUS_PLUGIN_HARDWARE struct. --- simbatt/func/simbattdriverif.h | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/simbatt/func/simbattdriverif.h b/simbatt/func/simbattdriverif.h index ac9fab96..f0ceb017 100644 --- a/simbatt/func/simbattdriverif.h +++ b/simbatt/func/simbattdriverif.h @@ -69,37 +69,6 @@ DEFINE_GUID(SIMBATT_DEVINTERFACE_GUID, // Data structure used in PlugIn and UnPlug ioctls // -typedef struct _BATTBUS_PLUGIN_HARDWARE -{ - // - // Size of this type. - // - - ULONG Size; - - // - // Unique serial number of the device to be enumerated. - // Enumeration will be failed if another device on the - // bus has the same serial number. - // - - ULONG SerialNo; - - // - // UI number. - // - - ULONG UINumber; - - // - // Type of device being enumerated - // - // Reserved value, set to 0. - // - - ULONG Type; - -} BATTBUS_PLUGIN_HARDWARE, *PBATTBUS_PLUGIN_HARDWARE; typedef struct _BATTBUS_UNPLUG_HARDWARE { -- cgit v1.3.1