]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/TPushParser.hh
* code cleanup
[helm.git] / helm / DEVEL / mathml_editor / src / TPushParser.hh
index bb659c3d20ee37ee3536820333d7d68870533834..c104eb28c4c3a49ccfff0078fea5f53fd2cb5273 100644 (file)
@@ -58,7 +58,7 @@ private:
   };
 
   std::stack<Frame> frames;
-  std::list<TToken> buffer;
+  //std::list<TToken> buffer;
   unsigned  nextId;
   TDocument doc;
   TNode     cursor;