[svn-r27572] Removed VMS-specific code from the library.
The only remaining code consists of a few floating-point tests that rely on pre-generated and checked-in VMS files. These have been left alone, even though they will not be possible to recreate, since testing VMS float behavior is still important. Tested on: h5committest
This commit is contained in:
@@ -285,15 +285,9 @@ IdComponent::~IdComponent() {}
|
||||
//--------------------------------------------------------------------------
|
||||
H5std_string IdComponent::inMemFunc(const char* func_name) const
|
||||
{
|
||||
#ifdef H5_VMS
|
||||
H5std_string full_name = fromClass();
|
||||
full_name.append("::");
|
||||
full_name.append(func_name);
|
||||
#else
|
||||
H5std_string full_name = func_name;
|
||||
full_name.insert(0, "::");
|
||||
full_name.insert(0, fromClass());
|
||||
#endif /*H5_VMS*/
|
||||
return (full_name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user