summaryrefslogtreecommitdiffhomepage
path: root/subr.rtl/rtl.subr
diff options
context:
space:
mode:
Diffstat (limited to 'subr.rtl/rtl.subr')
-rw-r--r--subr.rtl/rtl.subr1
1 files changed, 0 insertions, 1 deletions
diff --git a/subr.rtl/rtl.subr b/subr.rtl/rtl.subr
index b123555f..532cb514 100644
--- a/subr.rtl/rtl.subr
+++ b/subr.rtl/rtl.subr
@@ -2,7 +2,6 @@
# set +o errexit -o noglob -o nounset is assumed.
#
-rtl_basename() { local _fname="${1##*/}"; printf "%s" "${_fname}"; };
rtl_date() { command date "+${1:-${DEFAULT_TIMESTAMP_FMT:-"%Y/%m/%d %H:%M:%S"}}"; };
rtl_set_IFS_nl() { IFS="
"; };