Merge pull request #23204 from Baekalfen/master

Removed undeclared and unused variable, which caused a compile error
This commit is contained in:
Rémi Verschelde 2018-10-22 08:36:15 +02:00 committed by GitHub
commit 955a913a1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -191,7 +191,6 @@ void GDMono::initialize() {
String hint_config_dir = path_join(locations[i], "etc");
if (FileAccess::exists(hint_mscorlib_path) && DirAccess::exists(hint_config_dir)) {
need_set_mono_dirs = false;
assembly_rootdir = hint_assembly_rootdir;
config_dir = hint_config_dir;
break;