aboutsummaryrefslogtreecommitdiffstats
path: root/g10/cpr.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/cpr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/g10/cpr.c b/g10/cpr.c
index 002656b82..9bfdd3c34 100644
--- a/g10/cpr.c
+++ b/g10/cpr.c
@@ -465,9 +465,7 @@ myread(int fd, void *buf, size_t count)
else /* Ctrl-D not caught - do something reasonable */
{
#ifdef HAVE_DOSISH_SYSTEM
-#ifndef HAVE_W32CE_SYSTEM
raise (SIGINT); /* Nothing to hangup under DOS. */
-#endif
#else
raise (SIGHUP); /* No more input data. */
#endif