summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authoruid65697 <uid65697>2003-12-28 12:14:19 +0000
committeruid65697 <uid65697>2003-12-28 12:14:19 +0000
commit6217c29e120cff7cdb4cf4a73501bb4c48cd137a (patch)
treecfd8e8286bb75e5ac45f9fcb7b04f8d9e2c94b8a /examples
parenta1495720e6d2733c9fb76df114a4ba1cb8669edc (diff)
downloadmailutils-6217c29e120cff7cdb4cf4a73501bb4c48cd137a.tar.gz
mailutils-6217c29e120cff7cdb4cf4a73501bb4c48cd137a.tar.bz2
Minor changes
Diffstat (limited to 'examples')
-rw-r--r--examples/list.c8
-rw-r--r--examples/spamd.c9
2 files changed, 0 insertions, 17 deletions
diff --git a/examples/list.c b/examples/list.c
index b90db9e8e..695e3f22e 100644
--- a/examples/list.c
+++ b/examples/list.c
@@ -105,14 +105,6 @@ list_retrieve_header (void *item, void *data, int idx, char **pval)
return 1;
}
-static int
-waitdebug()
-{
- static volatile int _st=0;
- while (!_st)
- _st=_st;
-}
-
/* The test proper */
diff --git a/examples/spamd.c b/examples/spamd.c
index 3c4abafe0..be95e93d7 100644
--- a/examples/spamd.c
+++ b/examples/spamd.c
@@ -212,14 +212,6 @@ decode_boolean (char *str)
return 0;
}
-static int
-waitdebug()
-{
- static volatile int _st=0;
- while (!_st)
- _st=_st;
-}
-
/* Signal handling */
@@ -253,7 +245,6 @@ static int got_sigpipe;
static RETSIGTYPE
sigpipe_handler (int sig ARG_UNUSED)
{
- printf("PIPE!\n");
got_sigpipe = 1;
}

Return to:

Send suggestions and report system problems to the System administrator.