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

jaydoane pushed a commit to branch config-delete-reload
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 1239b7e68ba357d260aa635ab137e797c9782313
Author: Jay Doane <[email protected]>
AuthorDate: Mon Oct 16 13:12:45 2023 -0700

    Remove unused include and defines
---
 src/config/test/config_tests.erl | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/config/test/config_tests.erl b/src/config/test/config_tests.erl
index 90d430a87..77b961872 100644
--- a/src/config/test/config_tests.erl
+++ b/src/config/test/config_tests.erl
@@ -19,7 +19,6 @@
 ]).
 
 -include_lib("couch/include/couch_eunit.hrl").
--include_lib("couch/include/couch_db.hrl").
 
 -define(TIMEOUT, 4000).
 -define(RESTART_TIMEOUT_IN_MILLISEC, 3000).
@@ -56,9 +55,6 @@
     FileName
 end).
 
--define(T(F), {erlang:fun_to_list(F), F}).
--define(FEXT(F), fun(_, _) -> F() end).
-
 setup() ->
     setup(?CONFIG_CHAIN).
 

Reply via email to