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:
mccallum 1996-03-18 13:57:39 +00:00
parent e4bcea3861
commit 1d0adfd025

View file

@ -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];
}
}