-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant duration formatter (#2463)
The code was used in the chat in the deprecated UI. We do not need it anymore. ## Test plan 1. N/A
- Loading branch information
1 parent
65f65c5
commit 7822694
Showing
5 changed files
with
0 additions
and
115 deletions.
There are no files selected for viewing
29 changes: 0 additions & 29 deletions
29
src/main/kotlin/com/sourcegraph/cody/history/ui/DurationGroupFormatter.kt
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
src/main/kotlin/com/sourcegraph/cody/history/ui/DurationUnitFormatter.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 0 additions & 32 deletions
32
src/test/kotlin/com/sourcegraph/cody/history/ui/DurationGroupFormatterTest.kt
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
src/test/kotlin/com/sourcegraph/cody/history/ui/DurationUnitFormatterTest.kt
This file was deleted.
Oops, something went wrong.