Skip to content

Commit 700a917

Browse files
committed
Remove unreferenced BATTBUS_UNPLUG_HARDWARE struct.
1 parent 673f69a commit 700a917

1 file changed

Lines changed: 0 additions & 30 deletions

File tree

simbatt/func/simbattdriverif.h

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -62,33 +62,3 @@ DEFINE_GUID(SIMBATT_DEVINTERFACE_GUID,
6262
#define IOCTL_SIMBATT_SET_UNIQUE_ID SIMBATT_IOCTL(0x809)
6363
#define IOCTL_SIMBATT_GET_MAXCHARGINGCURRENT SIMBATT_IOCTL(0x810)
6464
#define SIMBATT_RATE_CALCULATE 0x7fffffff
65-
66-
//------------------------------------------------------------------- Data Types
67-
68-
//
69-
// Data structure used in PlugIn and UnPlug ioctls
70-
//
71-
72-
73-
typedef struct _BATTBUS_UNPLUG_HARDWARE
74-
{
75-
//
76-
// size of this type
77-
//
78-
79-
ULONG Size;
80-
81-
//
82-
// Serial number of the device to be unplugged.
83-
//
84-
85-
ULONG SerialNo;
86-
87-
//
88-
// Must not be referenced used.
89-
//
90-
91-
ULONG Reserved[2];
92-
93-
} BATTBUS_UNPLUG_HARDWARE, *PBATTBUS_UNPLUG_HARDWARE;
94-

0 commit comments

Comments
 (0)