summaryrefslogtreecommitdiffstats
path: root/c++/src/H5CompType.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2005-10-12 07:36:33 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2005-10-12 07:36:33 (GMT)
commitc02f0675589d12c331302e9c7a38d9b194f05417 (patch)
treeb43cbc3f23b1b5f87ef4e8a3485b23921a7a1713 /c++/src/H5CompType.cpp
parente2cf3a6b1a1c45471fce6c2d5d3a97d92103c714 (diff)
downloadhdf5-c02f0675589d12c331302e9c7a38d9b194f05417.zip
hdf5-c02f0675589d12c331302e9c7a38d9b194f05417.tar.gz
hdf5-c02f0675589d12c331302e9c7a38d9b194f05417.tar.bz2
[svn-r11555] Purpose: Code cleanup
Description: Removed obsolete function CompType::getMemberDims. Fixed some typos. Platforms tested: Linux 2.4 (heping) SunOS 5.8 64-bit (sol)
Diffstat (limited to 'c++/src/H5CompType.cpp')
-rw-r--r--c++/src/H5CompType.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/c++/src/H5CompType.cpp b/c++/src/H5CompType.cpp
index e692abe..e7106e5 100644
--- a/c++/src/H5CompType.cpp
+++ b/c++/src/H5CompType.cpp
@@ -175,14 +175,6 @@ size_t CompType::getMemberOffset( unsigned member_num ) const
return( offset );
}
-// Returns the dimensionality of the member.
-int CompType::getMemberDims( unsigned member_num, size_t* dims, int* perm ) const
-{
- throw DataTypeIException( "Error: getMemberDims is no longer supported." );
- return (-1); // unreachable statement; but without it, the compiler
- // will complain
-}
-
//--------------------------------------------------------------------------
// Function: CompType::getMemberClass
///\brief Gets the type class of the specified member.