Skip to content

Commit 2fe862e

Browse files
committed
SDCardBlockDevice: remove unused variable
1 parent 87c7070 commit 2fe862e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/BlockDevices/SDCardBlockDevice.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ SDCardBlockDevice::~SDCardBlockDevice() {
166166
/* CALLBACK */
167167
/* -------------------------------------------------------------------------- */
168168
void SDCardBlockDevice::SDCardBlockDeviceCbk(sdmmc_callback_args_t *arg) {
169-
int open_status = -1;
170169
if(arg != nullptr) {
171170
sdmmc_event_t event = arg->event;
172171

0 commit comments

Comments
 (0)