Removed defunct track_branches option in emubd

This commit is contained in:
Christopher Haster
2024-06-06 13:52:50 -05:00
parent 780527d00a
commit e06964269e
2 changed files with 2 additions and 6 deletions
-4
View File
@@ -94,10 +94,6 @@ struct lfs_emubd_config {
// Data for power-loss callback
void *powerloss_data;
// True to track when power-loss could have occured. Note this involves
// heavy memory usage!
bool track_branches;
// Path to file to use as a mirror of the disk. This provides a way to view
// the current state of the block device.
const char *disk_path;