summaryrefslogtreecommitdiff
path: root/src/odb.nobj.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/odb.nobj.lua')
-rw-r--r--src/odb.nobj.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/odb.nobj.lua b/src/odb.nobj.lua
index 1d706b4..d68d159 100644
--- a/src/odb.nobj.lua
+++ b/src/odb.nobj.lua
@@ -32,7 +32,6 @@ typedef git_odb ODB;
destructor "free" {
c_method_call "void" "git_odb_free" {}
},
- --[=[
method "add_backend" {
var_in{"ODBBackend *", "backend"},
var_in{"int", "priority"},
@@ -51,7 +50,6 @@ typedef git_odb ODB;
ODBBackend_ref(${backend});
]],
},
- --]=]
method "read" {
c_call "GitError" "git_odb_read"
{ "!OdbObject *", "&out>1", "ODB *", "this", "OID", "&id"},