Remove unneeded confuse header

This commit is contained in:
Thomas Roehl 2022-02-15 15:57:14 +01:00
parent af85de18d8
commit 47db7669bf

View File

@ -4,7 +4,6 @@ package sinks
#cgo CFLAGS: -I./ganglia/include -DGM_PROTOCOL_GUARD
#cgo LDFLAGS: -L/usr/lib -lganglia -lconfuse -ldl
#include <stdlib.h>
#include <confuse.h>
#include <ganglia.h>
*/
import "C"
@ -19,7 +18,6 @@ import (
)
const LIBGANGLIA = `libganglia.so`
const LIBCONFUSE = `libconfuse.so`
type Ganglia2SinkConfig struct {
defaultSinkConfig