*** empty log message ***
[h316.git] / pc-tools / ldc2 / src / data_block_4.cpp
index 3e11dcd5202fdb4f9b5a6abed6d1440e9420dde1..c258c26baf33e04fee77c88d02c805cf31cfa280 100644 (file)
@@ -20,15 +20,6 @@ vector<string> data_block_4::get_description(){
   return result;
 }
 
-/***************************************************************/
-/*!
- *\brief Determine if the block marks the end of an object
- *\return true because this block is an end block.
- */
-bool data_block_4::is_endblock(){
-  return true;
-}
-