diff options
| author | Vicent Marti <[email protected]> | 2013-04-16 23:04:35 +0200 |
|---|---|---|
| committer | Vicent Marti <[email protected]> | 2013-04-16 23:04:35 +0200 |
| commit | d190d8a6b3717402744902d060be57195f27d604 (patch) | |
| tree | bbaa99449afa98545eb7833831d085e5875377dd /odb.go | |
| parent | c7286515b83bae368245b5cf2dc92971e16b21ff (diff) | |
Take 2 on polymorphism
Diffstat (limited to 'odb.go')
| -rw-r--r-- | odb.go | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -12,15 +12,6 @@ import ( "runtime" ) -var ( - OBJ_ANY = C.GIT_OBJ_ANY - OBJ_BAD = C.GIT_OBJ_BAD - OBJ_COMMIT = C.GIT_OBJ_COMMIT - OBJ_TREE = C.GIT_OBJ_TREE - OBJ_BLOB = C.GIT_OBJ_BLOB - OBJ_TAG = C.GIT_OBJ_TAG -) - type Odb struct { ptr *C.git_odb } |
