0024742: Remove rarely used collection classes: Stack
[occt.git] / src / TColStd / TColStd.cdl
index ec02593..1518789 100644 (file)
@@ -171,14 +171,6 @@ class ListOfReal        instantiates List from TCollection(Real     );
 class ListOfTransient   instantiates List from TCollection(Transient);
 class ListOfAsciiString instantiates List from TCollection(AsciiString from TCollection);
 
---                    
---       Instantiations Stack (Integer,Real,Transient)
---       *********************************************
---       
-class StackOfInteger   instantiates Stack from TCollection(Integer  );
-class StackOfReal      instantiates Stack from TCollection(Real     );
-class StackOfTransient instantiates Stack from TCollection(Transient);
-
 --                    
 --       Instantiations MapHasher (Integer,Real, Transient, Persistent)
 --       **************************************************************