replaced noop in skiplist with ace2common implementation

This commit is contained in:
Matthias Bartelmeß 2012-02-19 14:28:51 +01:00
parent 5d14fb372a
commit fb879576e1

View file

@ -21,7 +21,7 @@
*/
var noop = require('./ace2_common').noop;
function newSkipList()
@ -41,9 +41,6 @@ function newSkipList()
};
}
function noop()
{}
// if there are N elements in the skiplist, "start" is element -1 and "end" is element N
var start = {
key: null,