summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAidan Nulman <[email protected]>2013-12-20 14:26:00 -0500
committerAidan Nulman <[email protected]>2013-12-20 14:26:00 -0500
commite6865861496daef507dc08fa14a22a74269df211 (patch)
tree1404833c5c5a22dd12ac9251a797578f983ddc5a
parent59c7bd5ce462f243ff04c35214152837f1baec67 (diff)
remove unnecessary comment
-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
}