]> git.ipfire.org Git - thirdparty/xz.git/commit
xzdec: Remove unused short option -M
authorTobias Stoeckmann <tobias@stoeckmann.org>
Mon, 16 Sep 2024 20:04:40 +0000 (22:04 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 16 Sep 2024 20:33:29 +0000 (23:33 +0300)
commit78355aebb7fb654302e5e33692ba109909dacaff
tree2d7c59cec21a8a8a4665dc0a476691c72ab343c6
parente5758db7bd75587a2499e0771907521a4aa86908
xzdec: Remove unused short option -M

"xzdec -M123" exited with exit status 1 without printing
any messages. The "M:" entry should have been removed when
the memory usage limiter support was removed from xzdec.

Fixes: 792331bdee706aa852a78b171040ebf814c6f3ae
Closes: https://github.com/tukaani-project/xz/pull/143
[ Lasse: Commit message edits ]
src/xzdec/xzdec.c