remove lxc references

This commit is contained in:
Mahmood Ali
2019-01-07 20:39:29 -05:00
parent 34ee0ba6b9
commit b51ecacd23
10 changed files with 4 additions and 1413 deletions

View File

@@ -1,14 +0,0 @@
//+build linux,lxc
package catalog
import (
"github.com/hashicorp/nomad/drivers/lxc"
)
// This file is where all builtin plugins should be registered in the catalog.
// Plugins with build restrictions should be placed in the appropriate
// register_XXX.go file.
func init() {
RegisterDeferredConfig(lxc.PluginID, lxc.PluginConfig, lxc.PluginLoader)
}