DS: Remove unused variable

This commit is contained in:
Vicki Pfau 2017-04-12 00:15:58 -07:00
parent 563f130380
commit f96a8f78eb
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}