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
{
public :
typedef typename TObjList::TypeData TypeData;
typedef typename TObjList::TypeSize TypeSize;
typedef typename TObjList::TypeInit TypeInit;
typedef typename TObjList::ZCLink ZCLink ;