diff options
| author | Aidan Nulman <[email protected]> | 2013-12-20 14:26:00 -0500 |
|---|---|---|
| committer | Aidan Nulman <[email protected]> | 2013-12-20 14:26:00 -0500 |
| commit | e6865861496daef507dc08fa14a22a74269df211 (patch) | |
| tree | 1404833c5c5a22dd12ac9251a797578f983ddc5a | |
| parent | 59c7bd5ce462f243ff04c35214152837f1baec67 (diff) | |
remove unnecessary comment
| -rw-r--r-- | odb.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 } |
