mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
remove empty -release in AutoreleasePool.
This commit is contained in:
parent
180450e785
commit
8d05b07a26
1 changed files with 0 additions and 6 deletions
|
@ -1,5 +1,4 @@
|
|||
#include "AutoreleasePool.h"
|
||||
//#include "Stack.h"
|
||||
|
||||
//@static AutoreleasePool sharedInstance;
|
||||
@static Array poolStack;
|
||||
|
@ -52,11 +51,6 @@
|
|||
[super dealloc];
|
||||
}
|
||||
|
||||
- (/*oneway*/ void) release
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue