diff options
author | Brad Anderson <brad@cloudant.com> | 2010-04-13 00:07:15 -0400 |
---|---|---|
committer | Brad Anderson <brad@cloudant.com> | 2010-05-09 22:56:23 -0400 |
commit | 0445ae6e7b8169bf00936c5ebeed5e75225a6b90 (patch) | |
tree | ee0c4580560b22a3a7e86740a71b3ac42fc2feeb | |
parent | 40a4e77ced8b8c0b966e4c5aa83f2a45aafe6778 (diff) |
not using 'cache' field in #mem, now that we're using mochiglobal
-rw-r--r-- | include/common.hrl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.hrl b/include/common.hrl index 69a9e749..88c3fa9a 100644 --- a/include/common.hrl +++ b/include/common.hrl @@ -45,6 +45,5 @@ node, nodes, clock, - cache, args }). |