Skip to content

Commit 454e004

Browse files
committed
fix: remove duplicate trailing content from core/storage.c
1 parent b610309 commit 454e004

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

core/storage.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,4 @@ void eos_storage_dump(const eos_storage_dev_t *dev)
6060
#else
6161
(void)dev;
6262
#endif
63-
}
64-
dev->initialized ? "init" : "uninit",
65-
dev->write_protect ? " WP" : "");
66-
#else
67-
(void)dev;
68-
#endif
6963
}

0 commit comments

Comments
 (0)