diff --git a/Tag.h b/Tag.h
index d63ad57..e5e2a69 100644
--- a/Tag.h
+++ b/Tag.h
@@ -36,7 +36,6 @@ namespace jet {
coreutils::MString &parentOut;
coreutils::MString out;
- coreutils::MString containerOut;
bool output = true;
bool evaluate = true;
diff --git a/__dotag.cpp b/__dotag.cpp
index c6b596c..1bd3b9d 100644
--- a/__dotag.cpp
+++ b/__dotag.cpp
@@ -4,9 +4,6 @@
namespace jet {
__dotag::__dotag(coreutils::ZString &in, coreutils::MString &parentOut, Global &global, Tag *parent, Tag *local) : Tag(in, parentOut, global, parent, local) {
- if(hasContainer)
- parseContainer(container, containerOut);
- containerOut.reset();
coreutils::ZString container3 = global.tags[name];
processContainer(container3, container);
}
diff --git a/tests/testtag.jet b/tests/testtag.jet
index d2d5ff3..631fd36 100755
--- a/tests/testtag.jet
+++ b/tests/testtag.jet
@@ -3,7 +3,7 @@
xxx