diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-02-18 13:56:06 +0100 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2018-03-05 18:04:57 +0200 |
commit | 83b287064896de96d8757c604c276f7521b714b8 (patch) | |
tree | 72f62a1ca0a9c23c980b02dfffcfe0c9f715ce37 /tests/testpicture.cpp | |
parent | a0d02bacf31fbfe45c679bf176ece6bb4843f53a (diff) | |
download | subsurface-83b287064896de96d8757c604c276f7521b714b8.tar.gz |
Cleanup: Don't call learnHash() in hashPicture()
hashPicture() calls hashFile(), which calls add_hash(). add_hash()
updates the filename-to-hash and hash-to-filename maps. Therefore,
there is no point in calling learnHash() in hashPicture(), which
updates the filename-to-hash map.
Note that learnHash() updates the picture-struct with the new hash,
but since hashPicture() works on a cloned picture-struct, which
is free()d in hashPicture(), these changes are lost anyway.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'tests/testpicture.cpp')
0 files changed, 0 insertions, 0 deletions