From 0bc0a2f06b55d013957940cc4005471d5f4e61ed Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 8 Jun 2020 12:15:47 +0200 Subject: openpgp: Remove unused files. --- openpgp/src/build/build.rs | 1 - openpgp/src/build/mod.rs | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 openpgp/src/build/build.rs delete mode 100644 openpgp/src/build/mod.rs (limited to 'openpgp') 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"); -- cgit v1.2.3