Build cleanly under windows.

Removes unused signal handlers left over from signal based collection
and block the non windows-relevant collectors loadavg and interrupts.

Signal based collection removed in 1c17481a42.
This commit is contained in:
Caskey L. Dickson 2016-01-07 17:59:16 -08:00
commit ab9ee574fb
3 changed files with 2 additions and 6 deletions

View file

@ -14,6 +14,7 @@
// +build !nointerrupts
// +build !darwin
// +build !freebsd
// +build !windows
package collector