From 2133e5bec057c3703d14792ec079c1e5dd440af4 Mon Sep 17 00:00:00 2001 From: Roman Shevchenko Date: Fri, 23 Oct 2015 20:18:31 +0200 Subject: [PATCH] Cleanup (obsolete var, IDEA-CR-6115) --- bin/scripts/unix/idea.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/scripts/unix/idea.sh b/bin/scripts/unix/idea.sh index 447117860e3a..39b95bf19b90 100755 --- a/bin/scripts/unix/idea.sh +++ b/bin/scripts/unix/idea.sh @@ -161,8 +161,6 @@ if [ "$IS_EAP" = "true" ]; then fi fi -IDE_JVM_ARGS="@@ide_jvm_args@@" - @@class_path@@ if [ -n "$@@product_uc@@_CLASSPATH" ]; then CLASSPATH="$CLASSPATH:$@@product_uc@@_CLASSPATH"