diff options
author | Paul Joseph Davis <davisp@apache.org> | 2009-12-14 05:46:06 +0000 |
---|---|---|
committer | Paul Joseph Davis <davisp@apache.org> | 2009-12-14 05:46:06 +0000 |
commit | d3745d1ecfa39b2b53c67f56d3fcba80ccbd2dc1 (patch) | |
tree | de1802761c217b624257c3ff2f62aab9f5e70c93 /src | |
parent | 60b0bd5cd6d97e34f5fa2434b648fb71dcbeaf22 (diff) |
Email notification test failed. Undoing.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@890187 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/couchdb/couch_app.erl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/couchdb/couch_app.erl b/src/couchdb/couch_app.erl index dc0f7402..1b64434a 100644 --- a/src/couchdb/couch_app.erl +++ b/src/couchdb/couch_app.erl @@ -18,9 +18,6 @@ -export([start/2, stop/1]). -FORCING BUILD FAILURE - - start(_Type, DefaultIniFiles) -> IniFiles = get_ini_files(DefaultIniFiles), case start_apps([crypto, sasl, inets, oauth, ssl, ibrowse, mochiweb]) of |