rust: remove leftover code

This commit is contained in:
Dylan Araps 2021-08-16 15:37:29 +03:00
parent 66c018fdbb
commit 3faa0d056a
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 0 additions and 2 deletions

View File

@ -84,8 +84,6 @@ case $("$CC" -print-file-name=libunwind.so) in */*)
LD_LIBRARY_PATH="$PWD/libgcc:$LD_LIBRARY_PATH" \
LIBRARY_PATH="$PWD/libgcc:$LIBRARY_PATH"
}
echo hello world
esac
python3 ./x.py build -j "$(nproc)"