imgtools/romtools/readimage/src/image_handler.cpp
changeset 675 02e65118a746
parent 626 ac03b93ca9c4
child 712 df89378e9223
--- a/imgtools/romtools/readimage/src/image_handler.cpp	Tue Nov 02 16:54:53 2010 +0800
+++ b/imgtools/romtools/readimage/src/image_handler.cpp	Tue Nov 09 17:18:57 2010 +0800
@@ -290,7 +290,6 @@
  * @fn ImageHandler::ReadBareImage
  * @brief this function processes image type under the condition of that if an image is given without header which means the image is not self-described
  * @return type of the image.
- * @note this function is introduced for handling issues raised by DEF129908
  */
 EImageType ImageHandler::ReadBareImage(ifstream& aIfs) {
     TRomHeader romHdr ;