aboutsummaryrefslogtreecommitdiff
path: root/src/shutdown.h
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-07-04 18:59:49 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-09-15 14:33:51 +0200
commitfa389d902fbf5fac19fba8c5d0c5e0a25f15ca63 (patch)
treed34f7fbba3507483e03c6d120ab23c930c2ddbdb /src/shutdown.h
parentf608a409f7591b4f5cf170898bee58b9d9dcf1b6 (diff)
downloadbitcoin-fa389d902fbf5fac19fba8c5d0c5e0a25f15ca63.tar.xz
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/shutdown.h')
0 files changed, 0 insertions, 0 deletions