Skip to content

Commit de4191e

Browse files
Remove rugged_backend struct that is no longer needed or used.
1 parent fe7acc7 commit de4191e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ext/rugged/rugged.h

-6
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,4 @@ static inline VALUE rugged_create_oid(const git_oid *oid)
191191
return rb_str_new(out, 40);
192192
}
193193

194-
195-
typedef struct _rugged_backend {
196-
int (* odb_backend)(git_odb_backend **backend_out, struct _rugged_backend *backend, const char* path);
197-
int (* refdb_backend)(git_refdb_backend **backend_out, struct _rugged_backend *backend, const char* path);
198-
} rugged_backend;
199-
200194
#endif

0 commit comments

Comments
 (0)