From 026676bebd150053ecbfe42464f453f1c0b0dfc5 Mon Sep 17 00:00:00 2001 From: Jay Krell Date: Thu, 29 Aug 2019 09:53:12 -0700 Subject: [PATCH] Remove accident. Commit migrated from https://github.com/mono/mono/commit/3ca5b2687f67daefcc70e0c9b839810c84f917da --- src/mono/mono/mini/main.c | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.7.4