mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user