Skip to content

Commit

Permalink
not doing the type to string stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
schacon committed May 12, 2010
1 parent 59e710d commit a2c1ea1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ext/ribbit/ribbit.c
Expand Up @@ -134,10 +134,6 @@ static VALUE rb_git_odb_close(VALUE self) {
git_odb_close(odb);
}

//GIT_EXTERN(const char *) git_obj_type_to_string(git_otype type);
//GIT_EXTERN(git_otype) git_obj_string_to_type(const char *str);


/*
* Ribbit Revwalking - almost none of this is implemented yet in libgit2
*/
Expand Down

0 comments on commit a2c1ea1

Please sign in to comment.