Skip to content

Commit

Permalink
chore: remove JsonStore.setRecord it's unused
Browse files Browse the repository at this point in the history
  • Loading branch information
eseidel committed Oct 10, 2023
1 parent 6f1edf0 commit 8fc555e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/cli/lib/cache/json_store.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ class JsonStore<Record> {

final Map<String, dynamic> Function(Record) _toJson;

/// Replace the root object of the store.
void setRecord(Record newRecord) {
record = newRecord;
save();
}

final String _path;

/// The file system to use.
Expand Down

0 comments on commit 8fc555e

Please sign in to comment.