diff options
Diffstat (limited to 'libgfortran/runtime/main.c')
-rw-r--r-- | libgfortran/runtime/main.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libgfortran/runtime/main.c b/libgfortran/runtime/main.c index 09b89bc..c27a701 100644 --- a/libgfortran/runtime/main.c +++ b/libgfortran/runtime/main.c @@ -71,15 +71,6 @@ static int argc_save; static char **argv_save; -void -store_exe_path (const char * argv0 __attribute__ ((unused))) -{ - /* This function is now useless, but is retained due to ABI compatibility. - Remove when bumping the library ABI. */ - ; -} - - /* Set the saved values of the command line arguments. */ void |