Remove the unused function.

Change-Id: I4c3e0c2f2e063dec18c07bf2c81c098787956438
pull/1268/head
Jaehwa Noh 6 months ago
parent 4e72fbceae
commit d834525941

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

Loading…
Cancel
Save