Fixup: remove dead slam code

Part of 653609a got reverted after a rebase.
This commit is contained in:
Narrat 2024-10-30 21:03:06 +01:00 committed by Jaromil
parent b6f12885e2
commit 2750488938

6
tomb
View File

@ -3317,12 +3317,6 @@ main() {
# Close the tomb
umount|close)
[[ "$subcommand" == "slam" ]] && {
SLAM=1
[[ $LSOF == 0 ]] && {
unset SLAM
_warning "lsof not installed: cannot slam tombs."
_warning "Trying a regular close." }}
umount_tomb $PARAM[1]
;;