Remove dead documentation for non-existing feature "stack-limit".

This commit is contained in:
Ingo Bürk
2015-06-09 23:13:15 +02:00
parent 1d4b5863a5
commit 9571200baa
4 changed files with 0 additions and 40 deletions

View File

@ -117,7 +117,6 @@ for my $line (@lines) {
# new_container changed only the statement name to workspace_layout
if ($statement eq 'new_container') {
# TODO: new_container stack-limit
print "workspace_layout$parameters\n";
next;
}
@ -184,7 +183,6 @@ sub convert_command {
restart
reload
exit
stack-limit
);
my ($statement, $key, $command) = ($line =~ /([a-zA-Z_-]+)\s+([^\s]+)\s+(.*)/);