Remove accident.
authorJay Krell <jaykrell@microsoft.com>
Thu, 29 Aug 2019 16:53:12 +0000 (09:53 -0700)
committerLarry Ewing <lewing@microsoft.com>
Wed, 4 Sep 2019 17:31:13 +0000 (12:31 -0500)
Commit migrated from https://github.com/mono/mono/commit/3ca5b2687f67daefcc70e0c9b839810c84f917da

src/mono/mono/mini/main.c

index c647bbe..45326a4 100644 (file)
@@ -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);