Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QBasicMutex::destroyInternal(): avoid clazy warning about returning void
Says Clazy: removed_api.cpp:1291:5: Returning a void expression [clazy-returning-void-expression] Just drop the return keyword. Amends bc080a9. Pick-to: 6.9 Change-Id: Iccbc343f2dd72a7c75da5e703e8e0722a0c50f31 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>