Fwk : Remove obsolete helper template

This commit is contained in:
magnesj 2022-07-08 08:37:01 +00:00 committed by Magne Sjaastad
parent 7a0bfd4917
commit e1c1342957

View File

@ -5,21 +5,3 @@
#include "cafPdmDataValueField.h"
#undef PdmDataValueField
#undef CAF_IS_DEFINING_PDM_FIELD
#ifndef __clang__
namespace caf
{
// Specialization to create compiler errors to help finding the PdmField's to rename
#ifdef WIN32
template <typename DataType>
class PdmField<DataType*> : public Rename_PdmField_of_pointer_to_PdmChildField // You must rename PdmField<T*> to
// PdmChildField<T*>
{
};
#endif // WIN32
} // namespace caf
#endif // __clang__