summaryrefslogtreecommitdiff
path: root/inc/storage.h
diff options
context:
space:
mode:
authorbd <bdunaisky@umass.edu>2025-03-23 17:47:19 +0000
committerGitHub <noreply@github.com>2025-03-23 17:47:19 +0000
commitcef3753c74ec68ed0d99c1ae07af042dfc964344 (patch)
tree78c4981b2ad7db57bbe3d210655b577ad558018d /inc/storage.h
parent4bad9ab29a5fa6c442a257974beb7daeaf91f046 (diff)
parent6ad8d012bc494f1119368c1466ac5d5d1bca2b96 (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.h4
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.