]> 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>
Wed, 18 Sep 2024 17:53:11 +0000 (20:53 +0300)
commit40a7f163f56aca6b3c8b83e9382f5e5cb4f8e93b
tree7b53a0e87b59fc7aec322acba6b3d8c1783eb954
parentc98714a57058ac381365c2ff1e1d1cd63a5742c4
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 ]

(cherry picked from commit 78355aebb7fb654302e5e33692ba109909dacaff)
src/xzdec/xzdec.c