From 901c4a314348f84f1c4f1c675189385c4a6f1e7d Mon Sep 17 00:00:00 2001 From: somebody_master Date: Tue, 21 Feb 2023 12:55:57 +0100 Subject: [PATCH] Delete unnecesary creation of the build folder Signed-off-by: somebody_master --- build/build.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build/build.sh b/build/build.sh index 98aa252..49b286b 100755 --- a/build/build.sh +++ b/build/build.sh @@ -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