commit 2025-09-30 19:37 delete typedef TypeData in ZtCFreeHeapCDL::ZtCBody : ZCppMain/ZtCObjList.H

This commit is contained in:
2025-09-30 19:38:38 +09:00
parent 6e9dffc1f4
commit e075c1c67c
2 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@ namespace ZNsMain
template<typename TObjList> class ZtCBody template<typename TObjList> class ZtCBody
{ {
public : public :
typedef typename TObjList::TypeData TypeData;
typedef typename TObjList::TypeSize TypeSize; typedef typename TObjList::TypeSize TypeSize;
typedef typename TObjList::TypeInit TypeInit; typedef typename TObjList::TypeInit TypeInit;
typedef typename TObjList::ZCLink ZCLink ; typedef typename TObjList::ZCLink ZCLink ;

View File

@ -32,7 +32,6 @@ namespace ZNsMain
template<typename TSimList> class ZtCBody template<typename TSimList> class ZtCBody
{ {
public : public :
typedef typename TSimList::TypeData TypeData;
typedef typename TSimList::TypeSize TypeSize; typedef typename TSimList::TypeSize TypeSize;
typedef typename TSimList::TypeInit TypeInit; typedef typename TSimList::TypeInit TypeInit;
typedef typename TSimList::ZCLink ZCLink ; typedef typename TSimList::ZCLink ZCLink ;