Remove the unused insertAll function.

Change-Id: I25c338839275cd43db92e8a9e0d45bed8776f316
pull/1268/head
Jaehwa Noh 6 months ago
parent 672b4a1470
commit 1c9b04fec7

@ -28,8 +28,6 @@ import kotlinx.coroutines.flow.Flow
*/
@Dao
interface TopicFtsDao {
@Insert(onConflict = OnConflictStrategy.REPLACE)
suspend fun insertAll(topics: List<TopicFtsEntity>)
@Insert(onConflict = OnConflictStrategy.REPLACE)
suspend fun insert(topic: TopicFtsEntity)

Loading…
Cancel
Save