cpu plugin: Remove temperature code for Mac OS X.
authorFlorian Forster <octo@collectd.org>
Wed, 17 Sep 2014 06:24:57 +0000 (08:24 +0200)
committerFlorian Forster <octo@collectd.org>
Wed, 17 Sep 2014 06:24:57 +0000 (08:24 +0200)
This code would throw an error for some systems, because the temperature
couldn't be read. Since the plugin still works in general, this was very
confusing to users. Becaus the temperature, even when read sucessfully, was
never dispatched, remove the code entirely. We might want to add this back to
the apple_sensors plugin eventually.

Fixes: #22


No differences found