From e08ec34893f924ef57dfe0c99afe0f9ceddcda28 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 29 Apr 2018 10:16:45 +0200 Subject: [PATCH] Remove empty module --- lib/entry/libimagentryfilter/src/cli.rs | 19 ------------------- lib/entry/libimagentryfilter/src/lib.rs | 1 - 2 files changed, 20 deletions(-) delete mode 100644 lib/entry/libimagentryfilter/src/cli.rs diff --git a/lib/entry/libimagentryfilter/src/cli.rs b/lib/entry/libimagentryfilter/src/cli.rs deleted file mode 100644 index cd911aa1..00000000 --- a/lib/entry/libimagentryfilter/src/cli.rs +++ /dev/null @@ -1,19 +0,0 @@ -// -// imag - the personal information management suite for the commandline -// Copyright (C) 2015-2018 Matthias Beyer and contributors -// -// This library is free software; you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public -// License as published by the Free Software Foundation; version -// 2.1 of the License. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -// - diff --git a/lib/entry/libimagentryfilter/src/lib.rs b/lib/entry/libimagentryfilter/src/lib.rs index 4a3581f0..68917fb2 100644 --- a/lib/entry/libimagentryfilter/src/lib.rs +++ b/lib/entry/libimagentryfilter/src/lib.rs @@ -45,7 +45,6 @@ extern crate libimagentrytag; // core functionality modules of the crate, // these depend only on libimagstore -pub mod cli; pub mod builtin; // extended functionality of the crate