summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-29 10:16:45 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-04-29 11:43:32 +0200
commite08ec34893f924ef57dfe0c99afe0f9ceddcda28 (patch)
tree974ebf81ca8393fe81940bd3987412aa3ca3e3aa /lib
parentecf1768a8de33aa413a36d6fd0e8b10105e4e691 (diff)
Remove empty module
Diffstat (limited to 'lib')
-rw-r--r--lib/entry/libimagentryfilter/src/cli.rs19
-rw-r--r--lib/entry/libimagentryfilter/src/lib.rs1
2 files changed, 0 insertions, 20 deletions
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 <mail@beyermatthias.de> 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