From 46e80633bc17206923a50929d9475576468339fb Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 13 Nov 2021 12:34:29 +0100 Subject: common: remove obsolete function --- common | 7 ------- 1 file changed, 7 deletions(-) diff --git a/common b/common index ff9dad6..6c7db2f 100644 --- a/common +++ b/common @@ -14,13 +14,6 @@ keys=( 'REV' ) -gen_rev() { - printf 'REV:%s\n' "$( - date -u -Iseconds \ - | sed 's@+00:00$@Z@' - )" -} - find_vcs() { { find "${git_dir}" \ -- cgit v1.2.3-54-g00ecf