remove unnecessary scons clean

pull/21456/head
Adeeb Shihadeh 2021-06-30 17:55:32 -07:00
parent a680d0cea1
commit c0012892da
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ function two_init {
if [ ! -f "$BASEDIR/prebuilt" ]; then
# Clean old build products, but preserve the scons cache
cd $DIR
scons --clean
git clean -xdf
git submodule foreach --recursive git clean -xdf
fi