Removing unused function

This commit is contained in:
Bruno Pinto 2012-07-25 23:13:51 -03:00
parent 33ec29ec41
commit 0b219ba00a

View File

@ -1,6 +0,0 @@
function remove_backup_function
functions -e old_$argv[1]
rm $tmpname >/dev/null ^&1
set -e tmpname
end