Backport of svn 371: Removing the useless, unused and undocumented function UpnpFree().
git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/branches/branch-1.6.x@477 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
@@ -4010,26 +4010,6 @@ UpnpSetVirtualDirCallbacks( IN struct UpnpVirtualDirCallbacks *callbacks )
|
||||
}
|
||||
|
||||
/**************************************************************************
|
||||
* Function: UpnpFree
|
||||
*
|
||||
* Parameters:
|
||||
* IN void *item:The item to free.
|
||||
*
|
||||
* Description:
|
||||
* This function free the memory allocated by tbe UPnP library
|
||||
*
|
||||
* Return Values: VOID
|
||||
*
|
||||
***************************************************************************/
|
||||
void
|
||||
UpnpFree( IN void *item )
|
||||
{
|
||||
if( item )
|
||||
free( item );
|
||||
}
|
||||
|
||||
|
||||
/**************************************************************************
|
||||
* Function: UpnpSetContentLength
|
||||
* OBSOLETE METHOD : use {\bf UpnpSetMaxContentLength} instead.
|
||||
***************************************************************************/
|
||||
|
Reference in New Issue
Block a user