File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -237,20 +237,6 @@ fn default_storage_services_ledger_path() -> PathBuf {
237
237
. join ( STORAGE_SERVICES_CONFIG_FILENAME )
238
238
}
239
239
240
- // TODO(ideas):
241
- // - "ServiceLedger"
242
- // - Manages the serializable "AllZoneRequests" object
243
- // - Constructor which reads from config location (kinda like
244
- // "read_from")
245
- // - ... Writer which *knows the type* to be serialized, so can direct it to the
246
- // appropriate output path.
247
- //
248
- // - TODO: later: Can also make the path writing safer, by...
249
- // - ... TODO: Writing to both M.2s, basically using multiple output paths
250
- // - ... TODO: Using a temporary file and renaming it to make the update atomic
251
- // - ... TODO: Add a .json EXPECTORATE test for the format of "AllZoneRequests"
252
- // - we need to be careful not to break compatibility in the future.
253
-
254
240
// A wrapper around `ZoneRequest`, which allows it to be serialized
255
241
// to a toml file.
256
242
#[ derive( Clone , serde:: Serialize , serde:: Deserialize ) ]
You can’t perform that action at this time.
0 commit comments