8000 lib: remove xbps_entry_install_conf_file · void-linux/xbps@06981f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 06981f1

Browse files
committed
lib: remove xbps_entry_install_conf_file
1 parent 15f6374 commit 06981f1

File tree

3 files changed

+1
-228
lines changed

3 files changed

+1
-228
lines changed

include/xbps_api_impl.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ bool HIDDEN xbps_remove_pkg_from_array_by_pkgver(xbps_array_t, const char *);
8484
void HIDDEN xbps_fetch_set_cache_connection(int, int);
8585
void HIDDEN xbps_fetch_unset_cache_connection(void);
8686
int HIDDEN xbps_cb_message(struct xbps_handle *, xbps_dictionary_t, const char *);
87-
int HIDDEN xbps_entry_install_conf_file(struct xbps_handle *, xbps_dictionary_t,
88-
xbps_dictionary_t, struct archive_entry *, const char *,
89-
const char *, bool);
9087
xbps_dictionary_t HIDDEN xbps_find_virtualpkg_in_conf(struct xbps_handle *,
9188
xbps_dictionary_t, const char *);
9289
xbps_dictionary_t HIDDEN xbps_find_pkg_in_dict(xbps_dictionary_t, const char *);

lib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ LIBFETCH_GEN = fetch/ftperr.h fetch/httperr.h
3535
EXTOBJS = external/dewey.o external/fexec.o external/mkpath.o
3636

3737
# libxbps
38-
OBJS = package_configure.o package_config_files.o package_orphans.o
38+
OBJS = package_configure.o package_orphans.o
3939
OBJS += package_remove.o package_state.o package_msg.o
4040
OBJS += package_unpack.o package_register.o package_script.o verifysig.o
4141
OBJS += transaction_commit.o transaction_prepare.o

lib/package_config_files.c

Lines changed: 0 additions & 224 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0