Remove unused and erroneous function, thanks @tschaub

This commit is contained in:
Tom Payne
2013-02-06 21:43:21 +01:00
parent 9c9fe4a9b1
commit 0b6aeb5b05

View File

@@ -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.
*/