Skip to content

Commit

Permalink
libpkg: remove dead code
Browse files Browse the repository at this point in the history
This code is dead since e86eab4.

Sponsored by:	The FreeBSD Foundation
  • Loading branch information
ifreund authored and bapt committed Dec 9, 2024
1 parent e518c4c commit cb54627
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 251 deletions.
250 changes: 0 additions & 250 deletions libpkg/fetch_libfetch.c

This file was deleted.

1 change: 0 additions & 1 deletion libpkg/private/fetch.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ struct fetcher {
int (*fetch)(struct pkg_repo *repo, int dest, struct fetch_item *);
};

int fetch_open(struct pkg_repo *, struct fetch_item *);
int ssh_open(struct pkg_repo *, struct fetch_item *);
int file_open(struct pkg_repo *, struct fetch_item *);
void fh_close(struct pkg_repo *);
Expand Down

0 comments on commit cb54627

Please sign in to comment.