From 364a457fbc68e7a8f788ecd1a7d219d157ee05e8 Mon Sep 17 00:00:00 2001 From: Narrat Date: Sat, 24 Jun 2023 01:26:24 +0200 Subject: [PATCH] Remove unused check on python2 --- tomb | 2 -- 1 file changed, 2 deletions(-) diff --git a/tomb b/tomb index a26617a..12a9d53 100755 --- a/tomb +++ b/tomb @@ -1014,8 +1014,6 @@ _ensure_dependencies() { command -v lsof 1>/dev/null 2>/dev/null || LSOF=0 # Check for steghide command -v steghide 1>/dev/null 2>/dev/null || STEGHIDE=0 - # Check for python2 - command -v python2 -V 1>/dev/null 2>/dev/null || PYTHON2=0 # Check for cloakify command -v cloakify 1>/dev/null 2>/dev/null || CLOAKIFY=0 # Check for decloakify