summaryrefslogtreecommitdiff
path: root/inc/cache.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-06 00:03:00 -0500
committerbd <bdunahu@operationnull.com>2025-03-06 00:03:00 -0500
commit20fe698a4074df4abe02f14a1a14481770e90abc (patch)
treee1d14c2ea93c1a4e6d87f007575e744a472147e0 /inc/cache.h
parente296a3a6ab782cb80b7091324b41bb78db6d3906 (diff)
Storage.view method, some initial tests
Diffstat (limited to 'inc/cache.h')
-rw-r--r--inc/cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/cache.h b/inc/cache.h
index 101cd6e..4d143aa 100644
--- a/inc/cache.h
+++ b/inc/cache.h
@@ -19,7 +19,6 @@ class Cache : public Storage
Response *write(Accessor accessor, signed int data, int address) override;
Response *read(Accessor accessor, int address) override;
- int **view(int base, int lines) override;
};
#endif /* CACHE_H_INCLUDED */