summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2022-09-23 12:37:37 +0200
committerJustus Winter <justus@sequoia-pgp.org>2022-09-29 18:04:13 +0200
commitdd14446c736745e9cac9f6076c91421dd7726fdb (patch)
tree3cb79b254e8c1cdf5f813c5eb363a469ffae5eac
parent321ac11bd704f23d4d30db2ce027d498d27f63c2 (diff)
ipc: Drop unused attribute.
-rw-r--r--ipc/src/gnupg.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipc/src/gnupg.rs b/ipc/src/gnupg.rs
index d4ef9772..677a82fc 100644
--- a/ipc/src/gnupg.rs
+++ b/ipc/src/gnupg.rs
@@ -31,7 +31,6 @@ use crate::sexp::Sexp;
pub struct Context {
homedir: Option<PathBuf>,
sockets: BTreeMap<String, PathBuf>,
- #[allow(dead_code)] // We keep it around for the cleanup.
ephemeral: Option<tempfile::TempDir>,
// XXX: Remove me once hack for Cygwin won't be necessary.
#[cfg(windows)]