X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Ftime.c;h=54ef08fc065a3d5f26241fe6d5e977c5c5d71d6b;hb=82adac267bc089391397b36413bba210a8e7c68f;hp=e64d0b77548d322b2c10a81bcf3a96f320c4a1f8;hpb=310d4fe3f4d96ef804a27463bc43df9acb28757a;p=tpg%2Facess2.git diff --git a/Kernel/time.c b/Kernel/time.c index e64d0b77..54ef08fc 100644 --- a/Kernel/time.c +++ b/Kernel/time.c @@ -17,7 +17,6 @@ typedef struct sTimer { } tTimer; // === PROTOTYPES === -Sint64 now(void); void Timer_CallTimers(void); // === GLOBALS ===