remove debugging code

This commit is contained in:
4am 2021-11-17 14:35:06 -05:00
parent 2f02596587
commit 0e1f67bb3a
1 changed files with 2 additions and 3 deletions

View File

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