diff options
author | Noah Slater <nslater@apache.org> | 2008-09-01 15:52:09 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-09-01 15:52:09 +0000 |
commit | 36445192cd67e6a01233eb8cd7179b2afbc72947 (patch) | |
tree | 9b7332f9770a22b1cb183be33d3d863440c6a007 /bin | |
parent | f6920b7dc3f4593fa6eef5ae0ccc5e1a09c900bb (diff) |
removed unused variables
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@691003 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bin')
-rw-r--r-- | bin/couchdb.tpl.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/couchdb.tpl.in b/bin/couchdb.tpl.in index f43fe987..5062fdc2 100644 --- a/bin/couchdb.tpl.in +++ b/bin/couchdb.tpl.in @@ -23,9 +23,6 @@ RECURSED_BOOLEAN=false RESPAWN_TIMEOUT=0 -LIB_DIRECTORY=%localstatelibdir% -LOG_DIRECTORY=%localstatelogdir% - DEFAULT_INI_FILE=%localconfdir%/default.ini LOCAL_INI_FILE=%localconfdir%/local.ini |