mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Fix warning when enumerating empty map table
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13719 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6102cb6edd
commit
b6987f112f
4 changed files with 15 additions and 19 deletions
|
@ -2570,14 +2570,6 @@ static NSCharacterSet *tokenSet = nil;
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an empty MIME document.
|
||||
*/
|
||||
+ (GSMimeDocument*) mimeDocument
|
||||
{
|
||||
return AUTORELEASE([[self alloc] init]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Adds a part to a multipart document
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue