changeset 1025:cccd00682cc2 draft

Remove unused function getbinbyid().
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 06 Dec 2023 11:48:19 +0900
parents 79aa2ae39103
children a3ec2a73dd33
files s4-funcs.sh
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Fri Oct 13 08:27:05 2023 +0900
+++ b/s4-funcs.sh	Wed Dec 06 11:48:19 2023 +0900
@@ -914,10 +914,6 @@
 getparquote() {
   sqlquote "`getpar $1`"
 }
-getbinbyid() {
-  # $1=tbl $2=col $3=rowid $4=tmpdirForBinary
-  
-}
 getvalbyid() {
   # $1=tbl $2=col $3=rowid $4=tmpdirForBinary
   # If two or more values found, save them to $tmpd/${column}.$N and

yatex.org