From 622f5eb967de7f3228668012901a5ea3bfd38a8b Mon Sep 17 00:00:00 2001 From: Mario Emmenlauer Date: Fri, 7 Feb 2020 10:20:44 +0100 Subject: [PATCH] tests/utils.h: removed duplicate entry for count_lines() --- tests/utils.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/utils.h b/tests/utils.h index de553a9c..4f27f3bb 100644 --- a/tests/utils.h +++ b/tests/utils.h @@ -3,8 +3,6 @@ #include #include -std::size_t count_lines(const std::string &filename); - std::size_t count_files(const std::string &folder); void prepare_logdir();