diff options
Diffstat (limited to 'src/control.sh')
-rw-r--r-- | src/control.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/control.sh b/src/control.sh index e73c842..d06cdbd 100644 --- a/src/control.sh +++ b/src/control.sh @@ -154,11 +154,5 @@ parse_control() # The second blank line above is needed because the command substitution # removes any trailing newlines. - if [ -n "${name}" ]; then - if ! "${field_cb}" "${name}" "${value}"; then - return 0 - fi - fi - return 0 } |