mirror of
https://github.com/monero-project/monero.git
synced 2025-05-17 20:30:22 -04:00
Trimming Fat
Remove unused include statements or unused definitions.
This commit is contained in:
parent
690ce560b0
commit
12b1b74d32
9 changed files with 0 additions and 151 deletions
|
@ -36,10 +36,7 @@ namespace file_io_utils
|
|||
{
|
||||
bool is_file_exist(const std::string& path);
|
||||
bool save_string_to_file(const std::string& path_to_file, const std::string& str);
|
||||
bool get_file_time(const std::string& path_to_file, time_t& ft);
|
||||
bool set_file_time(const std::string& path_to_file, const time_t& ft);
|
||||
bool load_file_to_string(const std::string& path_to_file, std::string& target_str, size_t max_size = 1000000000);
|
||||
bool append_string_to_file(const std::string& path_to_file, const std::string& str);
|
||||
bool get_file_size(const std::string& path_to_file, uint64_t &size);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue