From 3efc8b39b126c6eaaedcc1585a17105a5ab67a8f Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 5 Jun 2011 16:28:14 -0400 Subject: functions: remove add_symlink2 This is never used by anything in the official repos. Kill it with fire. Signed-off-by: Dave Reisner --- functions | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/functions b/functions index 9aeb462..dc20566 100644 --- a/functions +++ b/functions @@ -119,16 +119,6 @@ add_symlink () #fail quietly } -add_symlink2 () -{ - add_dir $(get_dirname ${1}) - add_dir $(get_dirname ${2}) - if ! grep -q "slink ${1} " "${FILELIST}"; then - msg " adding link ${1} -> ${2}" - echo "slink ${1} ${2} 777 0 0" >> "${FILELIST}" - fi -} - add_file () { local fil lnk dir dest -- cgit v1.2.3-24-g4f1b