0024911: Avoid using virtual functions in NCollection classes
[occt.git] / src / NCollection / NCollection_DefineTListIterator.hxx
diff --git a/src/NCollection/NCollection_DefineTListIterator.hxx b/src/NCollection/NCollection_DefineTListIterator.hxx
deleted file mode 100644 (file)
index 2bca189..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-// Created on: 2002-04-23
-// Created by: Alexander KARTOMIN
-// Copyright (c) 2002-2014 OPEN CASCADE SAS
-//
-// This file is part of Open CASCADE Technology software library.
-//
-// This library is free software; you can redistribute it and/or modify it under
-// the terms of the GNU Lesser General Public License version 2.1 as published
-// by the Free Software Foundation, with special exception defined in the file
-// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
-// distribution for complete text of the license and disclaimer of any warranty.
-//
-// Alternatively, this file may be used under the terms of Open CASCADE
-// commercial license or contractual agreement.
-
-// Purpose:     This Iterator class iterates on BaseList of TListNode and is 
-//              instantiated in List/Set/Queue/Stack
-// Remark:      TListIterator is internal class
-
-#ifndef NCollection_DefineTListIterator_HeaderFile
-#define NCollection_DefineTListIterator_HeaderFile
-
-#include <NCollection_DefineBaseCollection.hxx>
-#include <NCollection_TListIterator.hxx>
-
-// ********************************** Implementation of the Iterator interface
-#define DEFINE_TLISTITERATOR(_ClassName_, _BaseCollection_, TheItemType)       \
-typedef NCollection_TListIterator<TheItemType > _ClassName_;
-
-#endif