diff options
author | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-07-04 18:59:49 +0200 |
---|---|---|
committer | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-09-15 14:33:51 +0200 |
commit | fa389d902fbf5fac19fba8c5d0c5e0a25f15ca63 (patch) | |
tree | d34f7fbba3507483e03c6d120ab23c930c2ddbdb /src/validation.h | |
parent | f608a409f7591b4f5cf170898bee58b9d9dcf1b6 (diff) |
refactor: Drop unused fclose() from BufferedFile
This was only explicitly used in the tests, where it can be replaced by
wrapping the original raw file pointer into a CAutoFile on creation and
then calling CAutoFile::fclose().
Also, it was used in LoadExternalBlockFile(), where it can also be
replaced by the (implicit call to the) CAutoFile destructor after
wrapping the original raw file pointer in a CAutoFile.
Diffstat (limited to 'src/validation.h')
0 files changed, 0 insertions, 0 deletions