Fixed the unreachable code bug...

This commit is contained in:
Henry Hu
2016-02-03 12:16:04 +08:00
parent 2b47fec26b
commit 60bb6a0acf

View File

@@ -122,7 +122,6 @@ func (p *Parser) ParseMetrics(buf []byte) ([]telegraf.Metric, error) {
}
}
return metrics, nil
}
// Parse performs Graphite parsing of a single line.