cleanup
This commit is contained in:
@@ -74,8 +74,8 @@ struct UsbStorageDevice
|
|||||||
class MemoryCardDriver
|
class MemoryCardDriver
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
MemoryCardDriver() {};
|
MemoryCardDriver() {}
|
||||||
virtual ~MemoryCardDriver() {};
|
virtual ~MemoryCardDriver() {}
|
||||||
|
|
||||||
/* Make a device accessible via its pDevice->sOsMountDir. This will be called
|
/* Make a device accessible via its pDevice->sOsMountDir. This will be called
|
||||||
* before any access to the device, and before TestWrite. */
|
* before any access to the device, and before TestWrite. */
|
||||||
|
|||||||
Reference in New Issue
Block a user