mac launcher: removed search VM options from Info.plist

IDEA-173476 Consolidate VM options on macOS
built launcher was committed with 18b4b99555
This commit is contained in:
Vladimir.Orlov
2017-06-14 16:50:59 +03:00
parent fe62334268
commit a547cfa12d
-1
View File
@@ -408,7 +408,6 @@ NSString *getOverridePropertiesPath() {
[args_array addObject:classpathOption];
[args_array addObjectsFromArray:[[jvmInfo objectForKey:@"VMOptions"] componentsSeparatedByString:@" "]];
[args_array addObjectsFromArray:parseVMOptions()];
NSString *properties = getOverridePropertiesPath();