removed depracted annotation and useless comment

This commit is contained in:
cdhiraj40 2022-07-05 20:14:03 +05:30
parent ac5ead449f
commit 78250afe81

View File

@ -26,11 +26,8 @@ import javax.inject.Inject
/**
* Dao class for recent searches.
*/
@Deprecated("")
class RecentSearchDao @Inject constructor(private val mDb: KiwixDatabase) {
/**
* Returns a distinct enumeration of the `NUM_RECENT_RESULTS` most recent searches.
*/
fun getRecentSearches(): MutableList<RecentSearch> {
val result: MutableList<RecentSearch> = ArrayList()
mDb.query(