remove unnecessary comment

This commit is contained in:
Aidan Nulman 2013-12-20 14:26:00 -05:00
parent 59c7bd5ce4
commit e686586149
1 changed files with 0 additions and 1 deletions

1
odb.go
View File

@ -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
}