Remove old check from config validation
These keys are not used, actually.
This commit is contained in:
parent
285832f45f
commit
87c55d5906
1 changed files with 0 additions and 2 deletions
|
@ -120,8 +120,6 @@ pub fn config_is_valid(config: &Option<Value>) -> bool {
|
||||||
|
|
||||||
match config {
|
match config {
|
||||||
&Some(Value::Table(ref t)) => {
|
&Some(Value::Table(ref t)) => {
|
||||||
has_key_with_string_ary(t, "pre-read-hook-aspects") &&
|
|
||||||
has_key_with_string_ary(t, "post-read-hook-aspects") &&
|
|
||||||
has_key_with_string_ary(t, "pre-create-hook-aspects") &&
|
has_key_with_string_ary(t, "pre-create-hook-aspects") &&
|
||||||
has_key_with_string_ary(t, "post-create-hook-aspects") &&
|
has_key_with_string_ary(t, "post-create-hook-aspects") &&
|
||||||
has_key_with_string_ary(t, "pre-retrieve-hook-aspects") &&
|
has_key_with_string_ary(t, "pre-retrieve-hook-aspects") &&
|
||||||
|
|
Loading…
Reference in a new issue