Refactor Distributed Analytics project structure
[demo.git] / vnfs / DAaaS / collectd-operator / pkg / controller / add_collectdplugin.go
diff --git a/vnfs/DAaaS/collectd-operator/pkg/controller/add_collectdplugin.go b/vnfs/DAaaS/collectd-operator/pkg/controller/add_collectdplugin.go
deleted file mode 100644 (file)
index da8d1e1..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-package controller
-
-import (
-       "demo/vnfs/DAaaS/collectd-operator/pkg/controller/collectdplugin"
-)
-
-func init() {
-       // AddToManagerFuncs is a list of functions to create controllers and add them to a manager.
-       AddToManagerFuncs = append(AddToManagerFuncs, collectdplugin.Add)
-}