提交 66cf3228 编写于 作者: B Benjamin Pasero

avoid "delete" operator

上级 02c08d55
......@@ -103,7 +103,7 @@ export class Cache<T> {
private trim(): void {
if (this.tail) {
delete this.map[this.tail.key];
this.map[this.tail.key] = void 0;
this._size--;
// [x]-[B] = [B]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册