mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-12 17:00:25 +08:00
Merge pull request #1417 from BioDataAnalysis/bda_fix_trivial_issue_in_test_utils
tests/utils.h: removed duplicate entry for count_lines()
This commit is contained in:
commit
5378f35239
@ -3,8 +3,6 @@
|
||||
#include <cstddef>
|
||||
#include <string>
|
||||
|
||||
std::size_t count_lines(const std::string &filename);
|
||||
|
||||
std::size_t count_files(const std::string &folder);
|
||||
|
||||
void prepare_logdir();
|
||||
|
Loading…
Reference in New Issue
Block a user