remove debugging code

This commit is contained in:
4am 2021-11-17 14:35:06 -05:00
parent 2f02596587
commit 0e1f67bb3a

View File

@ -25,8 +25,7 @@ dhgrlog=$(< "$3")
echo "!word $(wc -l < "$records")") > "$1" echo "!word $(wc -l < "$records")") > "$1"
# make temp assembly source file that represents the binary OKVS data structure # make temp assembly source file that represents the binary OKVS data structure
#source=$(mktemp) source=$(mktemp)
source=build/search.a
(echo '*=$6000' (echo '*=$6000'
echo "!le16 $(wc -l <"$records")" # OKVS header echo "!le16 $(wc -l <"$records")" # OKVS header
echo "!word KeyLookup" echo "!word KeyLookup"
@ -69,5 +68,5 @@ cat "$out"
# clean up # clean up
rm "$out" rm "$out"
#rm "$source" rm "$source"
rm "$records" rm "$records"