We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c829faa commit 1f68d99Copy full SHA for 1f68d99
2 files changed
src/os_macosx.m
@@ -370,7 +370,6 @@
370
* Disabled because it is not currently used, but an implemented provided
371
* for completeness and possible future use.
372
*/
373
-#if 0
374
int
375
timer_delete(timer_t timerid)
376
{
@@ -380,7 +379,6 @@
380
379
381
return 0;
382
}
383
-#endif
384
385
#endif /* FEAT_RELTIME */
386
src/version.c
@@ -734,6 +734,8 @@ static char *(features[]) =
734
735
static int included_patches[] =
736
{ /* Add new patch number below this line */
737
+/**/
738
+ 5133,
739
/**/
740
5132,
741
0 commit comments