Remove unused C4Value constructor

Günther Brammer 2012-05-14 16:18:20 +02:00
parent 9b3c3e067a
commit ef3078d1d0
1 changed files with 0 additions and 2 deletions

View File

@ -208,8 +208,6 @@ protected:
// data type
C4V_Type Type;
C4Value(C4V_Data nData, C4V_Type nType): Data(nData), NextRef(NULL)
{ Type = (nData || IsNullableType(nType) ? nType : C4V_Nil); AddDataRef(); }
void Set(C4V_Data nData, C4V_Type nType);