Skip to content

Commit

Permalink
Remove dead docstring
Browse files Browse the repository at this point in the history
The respective function has been removed a while ago.
  • Loading branch information
sholderbach committed Dec 19, 2024
1 parent 9eb3c2d commit 8f23bda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/history/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ pub trait History: Send {
/// load a history item by its id
fn load(&self, id: HistoryItemId) -> Result<HistoryItem>;

/// retrieves the next unused session id
/// count the results of a query
fn count(&self, query: SearchQuery) -> Result<i64>;
/// return the total number of history items
Expand Down

0 comments on commit 8f23bda

Please sign in to comment.