mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
tests/utils.h: removed duplicate entry for count_lines()
This commit is contained in:
parent
966d827d35
commit
622f5eb967
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user