From 8904694b2a10f47d59d56f79801923b5f011c18a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 19 Sep 2017 18:31:09 +0200 Subject: [PATCH] Remove plain-text default entry --- lib/etc/libimagutil/src/testing.rs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/etc/libimagutil/src/testing.rs b/lib/etc/libimagutil/src/testing.rs index 823e3f60..183afb63 100644 --- a/lib/etc/libimagutil/src/testing.rs +++ b/lib/etc/libimagutil/src/testing.rs @@ -17,13 +17,6 @@ // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA // -pub static DEFAULT_ENTRY: &'static str = "\ ----\ -[imag]\ -links = []\ -version = \"0.4.0\"\ ----"; - /// Generator helper macro for mock app (for testing only) /// /// Requires the following crates in scope: