comment out some code that is not used and does not have prototypes

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@73553 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2007-07-05 22:48:17 +00:00
parent d339ac7156
commit a526627d8f
6 changed files with 28 additions and 1 deletions

View File

@@ -409,6 +409,7 @@ mm_mimepart_getbody(struct mm_mimepart *part, int opaque)
* body, and thus, the memory pointed to by data can be freed after the
* operation.
*/
#if 0
void
mm_mimepart_setbody(struct mm_mimepart *part, const char *data, int opaque)
{
@@ -423,6 +424,7 @@ mm_mimepart_setbody(struct mm_mimepart *part, const char *data, int opaque)
}
part->length = strlen(data);
}
#endif
/**
* Gets the length of a given MIME part object