Skip to content

Commit 704e215

Browse files
committed
Cleanup
1 parent 9734248 commit 704e215

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/create_sys_image

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,6 @@ if [ -d src ]; then
168168
touch *.jl # make sure all modules get recompiled in the next step
169169
cd ..
170170
fi
171-
rm -f data/*.bin
172-
rm -f data/*.bin.default
173171
echo "Precompiling package KiteModels..."
174172
$JULIA_CMD --startup-file=no --project -J $SOFILE -e "using KiteModels, KitePodModels, KiteUtils"
175173
echo "Precompiling package ControlPlots..."

0 commit comments

Comments
 (0)