Garbage collect now no-op code
modified libpkg/libpkg.ver
@@ -53,9 +53,7 @@ global:
|
|
|
|
|
|
| - | |
|
|
| - | |
|
|
|
|
|
@@ -64,7 +62,6 @@ global:
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified libpkg/pkg.c
@@ -809,7 +809,7 @@ pkg_adddir(struct pkg *pkg, const char *path, bool try, bool check_duplicates)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -842,8 +842,6 @@ pkg_adddir_attr(struct pkg *pkg, const char *path, const char *uname, const char
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
modified libpkg/pkg.h.in
@@ -901,7 +901,6 @@ const char *pkg_file_get(struct pkg_file const * const, const pkg_file_attr);
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -911,8 +910,6 @@ const char *pkg_dir_get(struct pkg_dir const * const, const pkg_dir_attr);
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
modified libpkg/pkg_attributes.c
@@ -97,7 +97,6 @@ pkg_file_new(struct pkg_file **file)
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -140,14 +139,6 @@ pkg_file_mode(struct pkg_file const * const f)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -159,8 +150,6 @@ pkg_dir_new(struct pkg_dir **d)
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -198,22 +187,6 @@ pkg_dir_mode(struct pkg_dir const * const d)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified libpkg/pkg_delete.c
@@ -295,9 +295,6 @@ pkg_delete_files(struct pkg *pkg, unsigned force)
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -341,12 +338,8 @@ pkg_delete_dirs(__unused struct pkgdb *db, struct pkg *pkg)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
| - | |
|
|
|
|
|
modified libpkg/pkg_manifest.c
@@ -1086,13 +1086,10 @@ pkg_emit_object(struct pkg *pkg, short flags)
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_old.c
@@ -150,15 +150,9 @@ pkg_old_emit_content(struct pkg *pkg, char **dest)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_printf.c
@@ -247,15 +247,6 @@ static const struct pkg_printf_fmt fmt[] = {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -274,15 +265,6 @@ static const struct pkg_printf_fmt fmt[] = {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -310,15 +292,6 @@ static const struct pkg_printf_fmt fmt[] = {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -1021,17 +994,6 @@ format_directory_group(struct sbuf *sbuf, const void *data,
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -1055,18 +1017,6 @@ format_directory_perms(struct sbuf *sbuf, const void *data,
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -1123,17 +1073,6 @@ format_file_group(struct sbuf *sbuf, const void *data, struct percent_esc *p)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified libpkg/pkgdb.c
@@ -1710,7 +1710,7 @@ pkgdb_register_pkg(struct pkgdb *db, struct pkg *pkg, int complete, int forced)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/private/pkg.h
@@ -180,7 +180,6 @@ struct pkg_file {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -190,8 +189,6 @@ struct pkg_dir {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
modified libpkg/private/pkg_printf.h
@@ -82,14 +82,11 @@ typedef enum _fmt_code_t {
|
|
|
|
|
|
| - | |
|
|
|
|
| - | |
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -171,14 +168,11 @@ _static struct sbuf *format_categories(struct sbuf *, const void *, struct perce
|
|
|
|
|
|
| - | |
|
|
|
|
| - | |
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified tests/lib/pkg_printf_test.c
@@ -1355,14 +1355,11 @@ ATF_TC_BODY(format_code, tc)
|
|
|
|
|
|
| - | |
|
|
|
|
| - | |
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -1556,10 +1553,8 @@ ATF_TC_BODY(format_code, tc)
|
|
|
|
|
|
| - | |
|
|
|
|
| - | |
|
|
|
|
|
@@ -1630,7 +1625,6 @@ ATF_TC_BODY(format_code, tc)
|
|
|
|
|
|
| - | |
|
|
|
|
|