mirror of https://github.com/mgba-emu/mgba.git
DS: Remove unused variable
This commit is contained in:
parent
563f130380
commit
f96a8f78eb
|
@ -570,7 +570,6 @@ bool DSLoadBIOS(struct DS* ds, struct VFile* vf) {
|
|||
|
||||
bool DSLoadFirmware(struct DS* ds, struct VFile* vf) {
|
||||
size_t size = vf->size(vf);
|
||||
void* data = NULL;
|
||||
if (!DSIsFirmware(vf)) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue