diff options
Diffstat (limited to 'storage/connect/xobject.cpp')
-rw-r--r-- | storage/connect/xobject.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/storage/connect/xobject.cpp b/storage/connect/xobject.cpp index aa87517bd2e..05b408da2d2 100644 --- a/storage/connect/xobject.cpp +++ b/storage/connect/xobject.cpp @@ -109,19 +109,6 @@ int CONSTANT::GetLengthEx(void) return Value->GetValLen(); } // end of GetLengthEx -#if 0 -/***********************************************************************/ -/* Convert a constant to the given type. */ -/***********************************************************************/ -void CONSTANT::Convert(PGLOBAL g, int newtype) - { - if (Value->GetType() != newtype) - if (!(Value = AllocateValue(g, Value, newtype))) - longjmp(g->jumper[g->jump_level], TYPE_CONST); - - } // end of Convert -#endif // 0 - /***********************************************************************/ /* Compare: returns true if this object is equivalent to xp. */ /***********************************************************************/ |