[DocumentUrlDB] Remove unused 'rename' method
ClosedPublic

Authored by bruns on Jun 9 2019, 2:22 PM.

Details

Summary

It is not used anywhere, so remove it.

Test Plan

still compiles

Diff Detail

Repository
R293 Baloo
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
bruns created this revision.Jun 9 2019, 2:22 PM
Restricted Application added projects: Frameworks, Baloo. · View Herald TranscriptJun 9 2019, 2:22 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
bruns requested review of this revision.Jun 9 2019, 2:22 PM
shubham added a subscriber: shubham.Jun 9 2019, 2:31 PM

Does this function had any use when it was first implemented? Or may it come to use later?

bruns added a comment.Jun 9 2019, 2:38 PM

Does this function had any use when it was first implemented? Or may it come to use later?

Its last use was removed with commit 23f9a65c215b068dc87dddf7e81a74415d5cfb10

Problem with it is it only copes with renames, not moves (i.e. changing the parent).

Also see D21694.

ngraham accepted this revision.Jun 10 2019, 4:27 PM

bye bye

This revision is now accepted and ready to land.Jun 10 2019, 4:27 PM
This revision was automatically updated to reflect the committed changes.