summaryrefslogtreecommitdiffstats
path: root/contrib/texinfo/info/signals.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/texinfo/info/signals.c')
-rw-r--r--contrib/texinfo/info/signals.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/contrib/texinfo/info/signals.c b/contrib/texinfo/info/signals.c
index e5a427c..b93a585 100644
--- a/contrib/texinfo/info/signals.c
+++ b/contrib/texinfo/info/signals.c
@@ -145,15 +145,6 @@ info_signal_handler (sig)
}
break;
-#if defined (SIGWINCH) && defined(SIGCONT)
- case SIGCONT:
- if(old_CONT)
- (void)(old_CONT)(sig);
- /* pretend a SIGWINCH in case the terminal window size has changed
- while we've been asleep */
- /* FALLTROUGH */
-#endif /* defined (SIGWINCH) && defined(SIGCONT) */
-
#if defined (SIGWINCH)
case SIGWINCH:
{
OpenPOWER on IntegriCloud