DSL: remove support for `nested_container`

Obsoleted by new form `container :nested`.

This PR only removes DSL support; the job is incomplete.
Internally, `container :nested` is still implemented as a
pseudo-artifact named `nested_container`.  The intention
is to factor nested containers out of artifacts.
This commit is contained in:
Roland Walker 2014-11-19 11:08:06 -05:00
parent e0d5e7eeca
commit 545fce9b1c
1 changed files with 0 additions and 1 deletions

View File

@ -249,7 +249,6 @@ module Cask::DSL
end
SPECIAL_ARTIFACT_TYPES = [
:nested_container,
:uninstall,
:zap,
]