Remove unused argument

This commit is contained in:
ReenigneArcher
2022-04-28 23:47:05 -04:00
parent a9cf0ebf18
commit ced0029abc
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ extern boost::log::sources::severity_logger<int> fatal;
void log_flush();
void print_help(const char *name);
void print_help();
std::string read_file(const char *path);
int write_file(const char *path, const std::string_view &contents);