diff options
author | bd <bdunaisky@umass.edu> | 2025-03-23 17:47:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-23 17:47:19 +0000 |
commit | 8a0a483c0e63fd2be6f514a20ae7309e2e768c94 (patch) | |
tree | 78c4981b2ad7db57bbe3d210655b577ad558018d /inc/storage.h | |
parent | b73f7fbe952494e245c44fdd4b6123bac1b4ec97 (diff) | |
parent | f2973132685fe908a2dd651ea0b347456c911f37 (diff) |
Merge pull request #31 from bdunahu/bdunahuer
Remove manual clock advancing / resolution from storage devices
Diffstat (limited to 'inc/storage.h')
-rw-r--r-- | inc/storage.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/inc/storage.h b/inc/storage.h index b54a6f7..ff1fbcb 100644 --- a/inc/storage.h +++ b/inc/storage.h @@ -54,10 +54,6 @@ class Storage */ std::vector<std::array<signed int, LINE_SIZE>> view(int base, int lines) const; - /** - * Refreshes the state of this storage device and lower. - */ - void resolve(); /** * Getter for lower attribute. |