remove missleading comment

This commit is contained in:
Dietmar Maurer 2018-11-30 08:47:26 +01:00
parent a27b905c28
commit 9131286246
1 changed files with 0 additions and 2 deletions

View File

@ -277,8 +277,6 @@ impl SectionConfig {
if section_type.len() == 0 { return None; }
// fixme: verify format
let section_id = match head_iter.next() {
Some(v) => v.trim(),
None => return None,