From 54d162730e92b7a3f2b2272c517fc667bcc0726c Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 9 May 2024 13:50:43 +0200 Subject: [PATCH] bee-cache: Remove unsued "beecache grep" command --- src/bee-cache.sh.in | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/bee-cache.sh.in b/src/bee-cache.sh.in index fed928d..e5206dc 100644 --- a/src/bee-cache.sh.in +++ b/src/bee-cache.sh.in @@ -79,11 +79,6 @@ function cache_update_pkg() { return 0 } -function cache_grep() { - ${BEEFLOCK} --shared ${BEECACHE_INVENTORY} \ - grep "${@}" ${BEECACHE_INVENTORY} -} - function print_conflicts() { local pkg=${1} @@ -224,7 +219,6 @@ function usage() { -h, --help display this help Commands: - grep rebuild update print-uniq-files @@ -283,9 +277,6 @@ cache_verify tmpinstall_to_filenames case "${cmd}" in - grep) - cache_grep "${@}" | cut -d ' ' -f${FIELDS} - ;; rebuild) cache_rebuild ;;