lib: Remove hcl GAPI frontend

This is currently unmaintained and the normal mcl language exists which
is preferable to this. As a result, I'm removing this for now to make an
upcoming refactor easier. We can add it back easily if someone has
interest.
This commit is contained in:
James Shubin
2018-03-13 12:57:07 -04:00
parent 754480a9b6
commit 6e0dfdb16f
4 changed files with 0 additions and 669 deletions

View File

@@ -27,7 +27,6 @@ import (
"github.com/purpleidea/mgmt/gapi"
// these imports are so that GAPIs register themselves in init()
_ "github.com/purpleidea/mgmt/hcl"
_ "github.com/purpleidea/mgmt/lang"
_ "github.com/purpleidea/mgmt/puppet"
_ "github.com/purpleidea/mgmt/yamlgraph"