summaryrefslogtreecommitdiffstats
path: root/openpgp
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-06-08 12:15:47 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-06-08 12:15:47 +0200
commit0bc0a2f06b55d013957940cc4005471d5f4e61ed (patch)
tree35c6d8ff83147ee9ce9fa18d51950bd16addfdb0 /openpgp
parenta140329b358855983eb5dce3e46dde1005ce492d (diff)
openpgp: Remove unused files.
Diffstat (limited to 'openpgp')
-rw-r--r--openpgp/src/build/build.rs1
-rw-r--r--openpgp/src/build/mod.rs2
2 files changed, 0 insertions, 3 deletions
diff --git a/openpgp/src/build/build.rs b/openpgp/src/build/build.rs
deleted file mode 100644
index 987d76fd..00000000
--- a/openpgp/src/build/build.rs
+++ /dev/null
@@ -1 +0,0 @@
-//! Create OpenPGP packets in memory using the builder pattern.
diff --git a/openpgp/src/build/mod.rs b/openpgp/src/build/mod.rs
deleted file mode 100644
index 839c55e3..00000000
--- a/openpgp/src/build/mod.rs
+++ /dev/null
@@ -1,2 +0,0 @@
-// Hack so that the file doesn't have to be named mod.rs.
-include!("build.rs");