Commit 622f5eb9 authored by Mario Emmenlauer's avatar Mario Emmenlauer

tests/utils.h: removed duplicate entry for count_lines()

parent 966d827d
...@@ -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