summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentryref/src/hashers/mod.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-02-13 20:15:39 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-02-19 12:14:32 +0100
commit73af12188289cbf6140f2db58c0a12f529bba832 (patch)
tree0dbf32f9f0009d95462535f5ba06151a95543ea5 /lib/entry/libimagentryref/src/hashers/mod.rs
parent97e863f8fb24ae4fda1653d1394bf8f906c58b7d (diff)
Remove old concepts
Diffstat (limited to 'lib/entry/libimagentryref/src/hashers/mod.rs')
-rw-r--r--lib/entry/libimagentryref/src/hashers/mod.rs20
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/entry/libimagentryref/src/hashers/mod.rs b/lib/entry/libimagentryref/src/hashers/mod.rs
deleted file mode 100644
index 9e55e804..00000000
--- a/lib/entry/libimagentryref/src/hashers/mod.rs
+++ /dev/null
@@ -1,20 +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
-//
-
-pub mod nbytes;