summaryrefslogtreecommitdiffstats
path: root/pgp.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2018-12-31 14:19:44 -0800
committerKevin McCarthy <kevin@8t8.us>2018-12-31 15:22:01 -0800
commit3aa8d8a0e7a38df94ab61d7dbf303dda56248cae (patch)
tree9f5be0e4961dc68e189a049e9f2e863da976b327 /pgp.c
parent86db373c8b70c3d0bda1e157ebd8f3c9409446e6 (diff)
Remove dead code.
Most of these have been "#if 0" out for 10-20 years. Any utility in keeping them around is miniscule at this point. There are a few other "#if 0" in the code, but I've kept them for now. Some are utility functions that are not used, but I think still may have some documentation value.
Diffstat (limited to 'pgp.c')
-rw-r--r--pgp.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/pgp.c b/pgp.c
index 6224fc32..a23a89f1 100644
--- a/pgp.c
+++ b/pgp.c
@@ -1740,16 +1740,6 @@ BODY *pgp_traditional_encryptsign (BODY *a, int flags, char *keylist)
b->filename = safe_strdup (pgpoutfile);
-#if 0
- /* The following is intended to give a clue to some completely brain-dead
- * "mail environments" which are typically used by large corporations.
- */
-
- b->d_filename = safe_strdup ("msg.pgp");
- b->use_disp = 1;
-
-#endif
-
b->disposition = DISPNONE;
b->unlink = 1;