Skip to content

Commit

Permalink
lib: remove xbps_entry_install_conf_file
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncaen committed Jan 11, 2024
1 parent 15f6374 commit 06981f1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 228 deletions.
3 changes: 0 additions & 3 deletions include/xbps_api_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ bool HIDDEN xbps_remove_pkg_from_array_by_pkgver(xbps_array_t, const char *);
void HIDDEN xbps_fetch_set_cache_connection(int, int);
void HIDDEN xbps_fetch_unset_cache_connection(void);
int HIDDEN xbps_cb_message(struct xbps_handle *, xbps_dictionary_t, const char *);
int HIDDEN xbps_entry_install_conf_file(struct xbps_handle *, xbps_dictionary_t,
xbps_dictionary_t, struct archive_entry *, const char *,
const char *, bool);
xbps_dictionary_t HIDDEN xbps_find_virtualpkg_in_conf(struct xbps_handle *,
xbps_dictionary_t, const char *);
xbps_dictionary_t HIDDEN xbps_find_pkg_in_dict(xbps_dictionary_t, const char *);
Expand Down
2 changes: 1 addition & 1 deletion lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ LIBFETCH_GEN = fetch/ftperr.h fetch/httperr.h
EXTOBJS = external/dewey.o external/fexec.o external/mkpath.o

# libxbps
OBJS = package_configure.o package_config_files.o package_orphans.o
OBJS = package_configure.o package_orphans.o
OBJS += package_remove.o package_state.o package_msg.o
OBJS += package_unpack.o package_register.o package_script.o verifysig.o
OBJS += transaction_commit.o transaction_prepare.o
Expand Down
224 changes: 0 additions & 224 deletions lib/package_config_files.c

This file was deleted.

0 comments on commit 06981f1

Please sign in to comment.