You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2017/07/14 16:38:10 UTC

[couchdb] 01/02: Remove unused TIMEOUT macro from os daemons module

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit d5a0d99c98a275b245d1e65e7a7790449d9a7fc1
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Fri Jul 14 11:57:03 2017 -0400

    Remove unused TIMEOUT macro from os daemons module
---
 src/couch/src/couch_os_daemons.erl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/couch/src/couch_os_daemons.erl b/src/couch/src/couch_os_daemons.erl
index 2c2c1a2..205e20b 100644
--- a/src/couch/src/couch_os_daemons.erl
+++ b/src/couch/src/couch_os_daemons.erl
@@ -36,7 +36,6 @@
 }).
 
 -define(PORT_OPTIONS, [stream, {line, 1024}, binary, exit_status, hide]).
--define(TIMEOUT, 5000).
 -define(RELISTEN_DELAY, 5000).
 
 start_link() ->

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.