summaryrefslogtreecommitdiff
path: root/src/backends/sqlite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/sqlite.c')
-rw-r--r--src/backends/sqlite.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/backends/sqlite.c b/src/backends/sqlite.c
index ad5b679f9..b4c941a59 100644
--- a/src/backends/sqlite.c
+++ b/src/backends/sqlite.c
@@ -264,8 +264,6 @@ int git_odb_backend_sqlite(git_odb_backend **backend_out, const char *sqlite_db)
backend->parent.exists = &sqlite_backend__exists;
backend->parent.free = &sqlite_backend__free;
- backend->parent.priority = 0;
-
*backend_out = (git_odb_backend *)backend;
return GIT_SUCCESS;