remove missleading comment
This commit is contained in:
parent
a27b905c28
commit
9131286246
|
@ -277,8 +277,6 @@ impl SectionConfig {
|
||||||
|
|
||||||
if section_type.len() == 0 { return None; }
|
if section_type.len() == 0 { return None; }
|
||||||
|
|
||||||
// fixme: verify format
|
|
||||||
|
|
||||||
let section_id = match head_iter.next() {
|
let section_id = match head_iter.next() {
|
||||||
Some(v) => v.trim(),
|
Some(v) => v.trim(),
|
||||||
None => return None,
|
None => return None,
|
||||||
|
|
Loading…
Reference in New Issue