diff options
Diffstat (limited to 'libgfortran/io')
-rw-r--r-- | libgfortran/io/unix.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libgfortran/io/unix.c b/libgfortran/io/unix.c index aa1dd1f..08f32878 100644 --- a/libgfortran/io/unix.c +++ b/libgfortran/io/unix.c @@ -363,15 +363,6 @@ get_oserror (void) } -/* sys_exit()-- Terminate the program with an exit code */ - -void -sys_exit (int code) -{ - exit (code); -} - - /********************************************************************* File descriptor stream functions *********************************************************************/ |