Remove unused comment.

This commit is contained in:
stuart nelson 2016-09-18 14:21:54 +02:00
parent 3e4a154656
commit c02dcdeb35
1 changed files with 0 additions and 1 deletions

View File

@ -146,7 +146,6 @@ func (c *statCollector) Update(ch chan<- prometheus.Metric) error {
return errors.New("could not retrieve CPU times")
}
// TODO: Find better way to remove trailing white space.
cpuTimes := strings.Split(strings.TrimSpace(C.GoString(cpuTimesC)), " ")
C.free(unsafe.Pointer(cpuTimesC))
// TODO: Figure out why the string is always growing