diff options
author | Pierre Neidhardt <ambrevar@gmail.com> | 2015-10-17 19:02:55 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-10-18 02:59:24 +0200 |
commit | cbb7e180c755d1e84983b583518626125781da8a (patch) | |
tree | 11c47cf211a6b976cebeaaab9111239c45a6ad0d /src | |
parent | a5759cb0d7a65d3637e0065258b7478530b75b7a (diff) | |
download | pacman-cbb7e180c755d1e84983b583518626125781da8a.tar.gz pacman-cbb7e180c755d1e84983b583518626125781da8a.tar.xz |
package.c: Remove obsolete param from doc
Signed-off-by: Pierre Neidhardt <ambrevar@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/pacman/package.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pacman/package.c b/src/pacman/package.c index 2fd0a9c3..0e4977ff 100644 --- a/src/pacman/package.c +++ b/src/pacman/package.c @@ -79,7 +79,6 @@ static void optdeplist_display(alpm_pkg_t *pkg, unsigned short cols) * Extra information entails 'required by' info for sync packages and backup * files info for local packages. * @param pkg package to display information for - * @param from the type of package we are dealing with * @param extra should we show extra information */ void dump_pkg_full(alpm_pkg_t *pkg, int extra) |