summaryrefslogtreecommitdiff
path: root/libvirt/resource_libvirt_domain.go
diff options
context:
space:
mode:
Diffstat (limited to 'libvirt/resource_libvirt_domain.go')
-rw-r--r--libvirt/resource_libvirt_domain.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/libvirt/resource_libvirt_domain.go b/libvirt/resource_libvirt_domain.go
index 707cd61e..7266923b 100644
--- a/libvirt/resource_libvirt_domain.go
+++ b/libvirt/resource_libvirt_domain.go
@@ -26,9 +26,6 @@ type DomainMeta struct {
ifaces chan libvirtxml.DomainInterface
}
-// PoolSync exported pool sync
-var PoolSync = NewLVirtPoolSync()
-
func init() {
spew.Config.Indent = "\t"
}