aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-06-04 13:14:43 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-06-04 13:14:43 -0400
commit68613fcb5b50438928a0c7756022d79b6ec4753d (patch)
treea25772d1316554377273364c157a440a91614061 /MediaBrowser.Server.Implementations
parent1edd61bf38f26665f0d0381788d12e180230c4f3 (diff)
remove dead code
Diffstat (limited to 'MediaBrowser.Server.Implementations')
-rw-r--r--MediaBrowser.Server.Implementations/Persistence/IDbConnector.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Persistence/IDbConnector.cs b/MediaBrowser.Server.Implementations/Persistence/IDbConnector.cs
index 985d79a0a..cac9fe983 100644
--- a/MediaBrowser.Server.Implementations/Persistence/IDbConnector.cs
+++ b/MediaBrowser.Server.Implementations/Persistence/IDbConnector.cs
@@ -6,6 +6,5 @@ namespace MediaBrowser.Server.Implementations.Persistence
public interface IDbConnector
{
Task<IDbConnection> Connect(string dbPath);
- void BindSimilarityScoreFunction(IDbConnection connection);
}
}