Skip to content

Commit

Permalink
Remove rugged_backend struct that is no longer needed or used.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurschreiber committed Oct 13, 2015
1 parent fe7acc7 commit de4191e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ext/rugged/rugged.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,4 @@ static inline VALUE rugged_create_oid(const git_oid *oid)
return rb_str_new(out, 40);
}


typedef struct _rugged_backend {
int (* odb_backend)(git_odb_backend **backend_out, struct _rugged_backend *backend, const char* path);
int (* refdb_backend)(git_refdb_backend **backend_out, struct _rugged_backend *backend, const char* path);
} rugged_backend;

#endif

0 comments on commit de4191e

Please sign in to comment.