diff options
Diffstat (limited to 'sim/common/nrun.c')
-rw-r--r-- | sim/common/nrun.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sim/common/nrun.c b/sim/common/nrun.c index 42be33ef655..2f13b1f91bb 100644 --- a/sim/common/nrun.c +++ b/sim/common/nrun.c @@ -206,9 +206,3 @@ usage () fprintf (stderr, "Run `%s --help' for full list of options.\n", myname); exit (1); } - - -#ifdef __CYGWIN32__ -/* no-op GUI update hook for standalone sim */ -void (*ui_loop_hook) PARAMS ((int)) = NULL; -#endif |