1
0

Removed inaccessible members

Those members cause compiler warnings when using recent
compilers. The members are unused and can be safely removed as
they are inaccessible to derived classes.

Signed-off-by: Florian Fleissner <florian.fleissner@inpartik.de>
This commit is contained in:
Florian Fleissner 2019-12-05 17:00:37 +01:00 committed by Jesse Vincent
parent e66dd18abc
commit fd1e397a3e
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

View File

@ -78,11 +78,6 @@ class PluggableUSB_ {
return true;
}
void getShortName(char *iSerialNum) {}
private:
uint8_t lastIf;
uint8_t lastEp;
PluggableUSBModule *rootNode;
};
// Replacement for global singleton.