diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-04-08 15:12:27 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-04-24 08:38:36 -0500 |
commit | 00ab01e6342b7183d5a16ae57497b19dc1c2c7dc (patch) | |
tree | 255ed695cf0ae4655028777d15508f5e891aef30 /scripts/po | |
parent | e07a2ab45e67e8ee989f9d102051481a35329b09 (diff) | |
download | pacman-00ab01e6342b7183d5a16ae57497b19dc1c2c7dc.tar.xz |
scripts/library: remove parse_options
This is retired, as the two consumers of this function are now using the
new parseopts instead.
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'scripts/po')
-rw-r--r-- | scripts/po/POTFILES.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/po/POTFILES.in b/scripts/po/POTFILES.in index 01cc235f..162731b9 100644 --- a/scripts/po/POTFILES.in +++ b/scripts/po/POTFILES.in @@ -8,5 +8,4 @@ scripts/pacman-optimize.sh.in scripts/pkgdelta.sh.in scripts/repo-add.sh.in scripts/library/output_format.sh -scripts/library/parse_options.sh scripts/library/parseopts.sh |