Commit f6d991d1 authored by jcechace's avatar jcechace
Browse files

Removed uneeded CacheType

parent 662a01b7
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -8,6 +8,5 @@ public enum CacheType {
    LRU,
    LRU,
    MRU,
    MRU,
    FIFO,
    FIFO,
    LIFO,
    RANDOM
    RANDOM
}
}