From 2750488938b8cfc000cbfb2a76cfde1c2939dfd9 Mon Sep 17 00:00:00 2001 From: Narrat Date: Wed, 30 Oct 2024 21:03:06 +0100 Subject: [PATCH] Fixup: remove dead slam code Part of 653609a got reverted after a rebase. --- tomb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tomb b/tomb index 3edae74..92b4147 100755 --- a/tomb +++ b/tomb @@ -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] ;;