summaryrefslogtreecommitdiffstats
path: root/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.rs')
-rw-r--r--src/error.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/error.rs b/src/error.rs
index af5af98..6258c10 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -5,10 +5,6 @@ error_chain! {
description("configuration file could not be parsed"),
display("configuration file could not be parsed: '{}'", filename),
}
- RegexParseError(regex: String) {
- description("regex could not be parsed"),
- display("regex not parsable: '{}'", regex),
- }
}
}