mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 19:24:47 +03:00
remove dead code
This commit is contained in:
@@ -16,11 +16,6 @@ namespace MediaBrowser.ServerApplication.Native
|
||||
_logger = logger;
|
||||
}
|
||||
|
||||
public void BindSimilarityScoreFunction(IDbConnection connection)
|
||||
{
|
||||
SqliteExtensions.BindGetSimilarityScore(connection, _logger);
|
||||
}
|
||||
|
||||
public async Task<IDbConnection> Connect(string dbPath)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user