summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/odb.go b/odb.go
index e4bbd77..1e81d58 100644
--- a/odb.go
+++ b/odb.go
@@ -17,7 +17,6 @@ type Odb struct {
ptr *C.git_odb
}
-// OdbBackends need public Ptrs: client apps init the backend
type OdbBackend struct {
ptr *C.git_odb_backend
}