remove the unused function

This commit is contained in:
qdequele 2020-03-09 17:37:01 +01:00
parent 86c3482cbd
commit 8ffa80883a
No known key found for this signature in database
GPG Key ID: B3F0A000EBF11745
1 changed files with 0 additions and 10 deletions

View File

@ -196,16 +196,6 @@ mod tests {
}
}
const fn doc_attr_index(document_id: u64, attribute: u16, word_index: u16) -> DocIndex {
DocIndex {
document_id: DocumentId(document_id),
attribute,
word_index,
char_index: 0,
char_length: 0,
}
}
pub struct TempDatabase {
database: Database,
index: Index,