Remove unused configuration LOOP_COUNTER (now in const.h)

This commit is contained in:
Fabian 2018-05-06 15:52:29 -05:00
parent 89a8b13b00
commit 98628ec4b6

View file

@ -41,12 +41,6 @@ var ENABLE_HPET = DEBUG && false;
var ENABLE_ACPI = false;
/**
* @const
* How many cycles the CPU does at a time before running hardware timers
*/
var LOOP_COUNTER = 11001;
/**
* @const
* How often, in milliseconds, to yield to the browser for rendering and