if we don't have itimer then we wouldn't have been able to enable preempting, so this should be harmless

This commit is contained in:
Travis J Parker 2010-06-11 13:09:42 -07:00
parent 543a0ca983
commit a9bacb7172
1 changed files with 1 additions and 1 deletions

View File

@ -1558,7 +1558,7 @@ def preemptive_disable():
global the_preemptive_rate
if not itimer:
raise RuntimeError("the 'itimer' extension is required for preempting")
return
the_preemptive_rate = None