summaryrefslogtreecommitdiffstats
path: root/src/util/search.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/search.rs')
-rw-r--r--src/util/search.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/util/search.rs b/src/util/search.rs
deleted file mode 100644
index 69d038c..0000000
--- a/src/util/search.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-use globset::GlobMatcher;
-
-#[derive(Clone, Debug)]
-pub enum SearchPattern {
- Glob(GlobMatcher),
- String(String),
-}