diff options
Diffstat (limited to 'lib/dpkg/pkg-array.c')
-rw-r--r-- | lib/dpkg/pkg-array.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/dpkg/pkg-array.c b/lib/dpkg/pkg-array.c index 19e95b8cf..0f1d9bf03 100644 --- a/lib/dpkg/pkg-array.c +++ b/lib/dpkg/pkg-array.c @@ -79,4 +79,3 @@ pkg_array_destroy(struct pkg_array *a) free(a->pkgs); a->pkgs = NULL; } - |