mirror of
https://github.com/vim/vim.git
synced 2025-11-05 09:57:25 -05:00
patch 8.2.5133: MacOS: build fails
Problem: MacOS: build fails. Solution: Remove "#if 0" from timer_delete().
This commit is contained in:
@@ -370,7 +370,6 @@ timer_settime(
|
||||
* Disabled because it is not currently used, but an implemented provided
|
||||
* for completeness and possible future use.
|
||||
*/
|
||||
#if 0
|
||||
int
|
||||
timer_delete(timer_t timerid)
|
||||
{
|
||||
@@ -380,7 +379,6 @@ timer_delete(timer_t timerid)
|
||||
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FEAT_RELTIME */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user