Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Remove an unnecessary (and potentially confusing) #define.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohan Srinivasan committed Aug 17, 2010
1 parent f201934 commit 125f2de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/flashcache.h
Expand Up @@ -95,7 +95,6 @@
#define DEFAULT_CACHE_SIZE 65536
#define DEFAULT_CACHE_ASSOC 512
#define DEFAULT_BLOCK_SIZE 8 /* 4 KB */
#define CONSECUTIVE_BLOCKS 512

#define FLASHCACHE_FIFO 0
#define FLASHCACHE_LRU 1
Expand Down

0 comments on commit 125f2de

Please sign in to comment.