Unverified Commit 5378f352 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Merge pull request #1417 from BioDataAnalysis/bda_fix_trivial_issue_in_test_utils

tests/utils.h: removed duplicate entry for count_lines()
parents 966d827d 622f5eb9
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
#include <cstddef> #include <cstddef>
#include <string> #include <string>
std::size_t count_lines(const std::string &filename);
std::size_t count_files(const std::string &folder); std::size_t count_files(const std::string &folder);
void prepare_logdir(); void prepare_logdir();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment