summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFilipe David Borba Manana <fdmanana@apache.org>2010-10-01 10:55:08 +0000
committerFilipe David Borba Manana <fdmanana@apache.org>2010-10-01 10:55:08 +0000
commit9b17b2b02d994b729fee2fc306935d5ec8702dee (patch)
tree7f39f74783174a98cbf05f5820f3dd9293de6fa0 /src
parentced8d0138b1946568536a73edd9d92312e300003 (diff)
Remove no longer necessary include macro (forgotten in revision 963038).
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1003475 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/couchdb/couch_util.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/couchdb/couch_util.erl b/src/couchdb/couch_util.erl
index ae5cc3c4..da3bf511 100644
--- a/src/couchdb/couch_util.erl
+++ b/src/couchdb/couch_util.erl
@@ -31,7 +31,6 @@
-export([encode_doc_id/1]).
-include("couch_db.hrl").
--include_lib("kernel/include/file.hrl").
% arbitrarily chosen amount of memory to use before flushing to disk
-define(FLUSH_MAX_MEM, 10000000).