mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Remove remaining support for WindowsCE
--
This commit is contained in:
parent
d89557fe95
commit
d2d7a2b128
23 changed files with 44 additions and 415 deletions
|
@ -469,9 +469,7 @@ daemon_start (enum daemon_type type, ctrl_t ctrl)
|
|||
xfree (databuf);
|
||||
}
|
||||
|
||||
/* Tell the daemon we want him to send us an event signal. We
|
||||
don't support this for W32CE. */
|
||||
#ifndef HAVE_W32CE_SYSTEM
|
||||
/* Tell the daemon we want him to send us an event signal. */
|
||||
if (opt.sigusr2_enabled)
|
||||
{
|
||||
char buf[100];
|
||||
|
@ -484,7 +482,6 @@ daemon_start (enum daemon_type type, ctrl_t ctrl)
|
|||
#endif
|
||||
assuan_transact (ctx, buf, NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
}
|
||||
#endif /*HAVE_W32CE_SYSTEM*/
|
||||
|
||||
g->primary_ctx = ctx;
|
||||
g->primary_ctx_reusable = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue