aboutsummaryrefslogtreecommitdiff
path: root/src/cache.rs
diff options
context:
space:
mode:
authorDavid Li <li.davidm96@gmail.com>2015-12-20 18:25:51 -0500
committerDavid Li <li.davidm96@gmail.com>2015-12-20 18:26:02 -0500
commitea76448fb43b760afa6a9380756b038c62ed9792 (patch)
tree96d62c03486b3d5287c3710233ce85c1fc8f00bd /src/cache.rs
parentde3428fe0a808ffd693675583992a39aa4247287 (diff)
Add Cache API
Diffstat (limited to 'src/cache.rs')
-rw-r--r--src/cache.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/cache.rs b/src/cache.rs
deleted file mode 100644
index 26fdc18..0000000
--- a/src/cache.rs
+++ /dev/null
@@ -1,8 +0,0 @@
-// pub struct Cache {
-// }
-
-// impl Cache {
-// pub fn new(sets: usize, ways: usize, block_size: usize) -> Cache {
-
-// }
-// }