From: Jay Krell Date: Thu, 29 Aug 2019 16:53:12 +0000 (-0700) Subject: Remove accident. X-Git-Tag: submit/tizen/20210909.063632~10331^2~5^2~581 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=026676bebd150053ecbfe42464f453f1c0b0dfc5;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Remove accident. Commit migrated from https://github.com/mono/mono/commit/3ca5b2687f67daefcc70e0c9b839810c84f917da --- diff --git a/src/mono/mono/mini/main.c b/src/mono/mono/mini/main.c index c647bbe..45326a4 100644 --- a/src/mono/mono/mini/main.c +++ b/src/mono/mono/mini/main.c @@ -402,8 +402,6 @@ main (void) LocalFree (argvw); - if (mono_get_module_file_nae (NULL, &szFileName, NULL)) - if ((mono_get_module_filename (NULL, &module_file_name, &length))) { char *entry = g_utf16_to_utf8 (module_file_name, length, NULL, NULL, NULL); g_free (module_file_name);