Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[simbatt] Remove dead code in simbattdriverif.h #1208

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unreferenced BATTBUS_UNPLUG_HARDWARE struct.
forderud committed Aug 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 700a917f0ddd4e8489bbafc18f6326811ae91625
30 changes: 0 additions & 30 deletions simbatt/func/simbattdriverif.h
Original file line number Diff line number Diff line change
@@ -62,33 +62,3 @@ DEFINE_GUID(SIMBATT_DEVINTERFACE_GUID,
#define IOCTL_SIMBATT_SET_UNIQUE_ID SIMBATT_IOCTL(0x809)
#define IOCTL_SIMBATT_GET_MAXCHARGINGCURRENT SIMBATT_IOCTL(0x810)
#define SIMBATT_RATE_CALCULATE 0x7fffffff

//------------------------------------------------------------------- Data Types

//
// Data structure used in PlugIn and UnPlug ioctls
//


typedef struct _BATTBUS_UNPLUG_HARDWARE
{
//
// size of this type
//

ULONG Size;

//
// Serial number of the device to be unplugged.
//

ULONG SerialNo;

//
// Must not be referenced used.
//

ULONG Reserved[2];

} BATTBUS_UNPLUG_HARDWARE, *PBATTBUS_UNPLUG_HARDWARE;