Remove unused and erroneous function, thanks @tschaub
This commit is contained in:
@@ -155,15 +155,6 @@ ol.structs.LRUCache.prototype.getKeys = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @return {string} Last key.
|
|
||||||
*/
|
|
||||||
ol.structs.LRUCache.prototype.getLastKey = function() {
|
|
||||||
goog.asserts.assert(!goog.isNull(this.newest_));
|
|
||||||
return this.newest_.key_;
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return {Array} Values.
|
* @return {Array} Values.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user