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:
parent
e66dd18abc
commit
fd1e397a3e
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user