mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Remove references to NAN.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1172 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e4bcea3861
commit
1d0adfd025
1 changed files with 0 additions and 2 deletions
|
@ -26,7 +26,6 @@
|
|||
#include <Foundation/NSException.h>
|
||||
#include <objects/RunLoop.h>
|
||||
#include <objects/Invocation.h>
|
||||
#include <nan.h>
|
||||
|
||||
@implementation NSTimer
|
||||
|
||||
|
@ -125,7 +124,6 @@
|
|||
while (ti < now) // xxx remove this
|
||||
ti += _interval;
|
||||
[_fire_date release];
|
||||
assert (ti != NAN);
|
||||
_fire_date = [[NSDate alloc] initWithTimeIntervalSinceReferenceDate: ti];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue