Remove meaningless code 08/312508/1
authorMinje Ahn <minje.ahn@samsung.com>
Tue, 11 Jun 2024 02:11:19 +0000 (11:11 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Tue, 11 Jun 2024 02:11:19 +0000 (11:11 +0900)
commit5c3e9e7ccec640f0121d4f0be4986589823847cb
treebbb4d4c41aeb33d492410848aaf368887beaf9e4
parent65fbf5f172688a9475365e70adfe24e0547e1185
Remove meaningless code

This code is meaningless for the following reasons:
  1. If there is no db file, media_db_connect() creates one.
  2. 'pragma integrity_check' is a command for checking consistency of db.
     Therefore, it is independent of file size.

Change-Id: If906853134116965691bc3998cd8f2262cb5f219
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
svc/media_controller_svc.c