aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/bootstrap/compile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bootstrap/compile.sh')
-rwxr-xr-xscripts/bootstrap/compile.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/bootstrap/compile.sh b/scripts/bootstrap/compile.sh
index 6f663b6490..25729a410a 100755
--- a/scripts/bootstrap/compile.sh
+++ b/scripts/bootstrap/compile.sh
@@ -127,7 +127,6 @@ esac
|| fail "Protobuf compiler not found in ${PROTOC-}"
test -z "$JAVA_HOME" && fail "JDK not found, please set \$JAVA_HOME."
-rm -f tools/jdk/jdk && ln -s "${JAVA_HOME}" tools/jdk/jdk
JAVAC="${JAVA_HOME}/bin/javac"