doc: remove "only available when compiled with +timers" (#6321)

This commit is contained in:
Drew Neil 2017-03-20 12:23:19 +00:00 committed by Justin M. Keyes
parent 091a99afd4
commit ae16e4fa13

View File

@ -7538,7 +7538,6 @@ timer_start({time}, {callback} [, {options}])
\ {'repeat': 3})
< This will invoke MyHandler() three times at 500 msec
intervals.
{only available when compiled with the |+timers| feature}
timer_stop({timer}) *timer_stop()*
Stop a timer. The timer callback will no longer be invoked.