Delete unnecesary creation of the build folder

Signed-off-by: somebody_master <somebody_master@somebodyserver.mooo.com>
This commit is contained in:
Somebody Master 2023-02-21 12:55:57 +01:00
parent b007419653
commit 901c4a3143
Signed by: somebody_master
GPG Key ID: 78315CFDF0B25505

View File

@ -59,11 +59,6 @@ function build_db() {
cd "$_build_folder" || clean_exit 1 "$_error_build_folder"
bear -- scons
if [ ! -d ../build ]; then
mkdir ../build
touch ../build/.gdignore
fi
if [ -f ../build/compile_commands.json ]; then
rm ../build/compile_commands.json
fi