aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorDavid Li <li.davidm96@gmail.com>2016-01-13 13:56:48 -0700
committerDavid Li <li.davidm96@gmail.com>2016-01-13 13:56:48 -0700
commitd21ddd428fd3a8717e69265175de401fe1487a3a (patch)
treeeff77f9e4ecbf4a5aaca95ff286024453b5f3606 /src/main.rs
parent7fd0b723908f5e2e7104a07c0bbec1d6bf644e98 (diff)
Integrate trapped cache into shareable cache
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index a4cf598..615a965 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -10,7 +10,6 @@ mod globals;
mod memory_tracker;
mod shareable_cache;
mod system;
-mod trapped_cache;
use std::fs::File;
use std::io::Read;