From a2c1ea1c1e35d9eada2695ed7cdda4fb8045b422 Mon Sep 17 00:00:00 2001 From: Scott Chacon Date: Wed, 12 May 2010 07:54:14 -0700 Subject: [PATCH] not doing the type to string stuff --- ext/ribbit/ribbit.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ext/ribbit/ribbit.c b/ext/ribbit/ribbit.c index c10c20a..9cde495 100644 --- a/ext/ribbit/ribbit.c +++ b/ext/ribbit/ribbit.c @@ -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 */