From 58dfff38dbe95edf6ada8c4da92f770bfad956e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Mon, 6 Mar 2023 10:43:27 +0000 Subject: [PATCH] Bug 1815396 - Fix documentation of MruCache. r=lsalzman Differential Revision: https://phabricator.services.mozilla.com/D171653 --- mfbt/MruCache.h | 1 - 1 file changed, 1 deletion(-) diff --git a/mfbt/MruCache.h b/mfbt/MruCache.h index 35c86bf19f5b..716224a3e058 100644 --- a/mfbt/MruCache.h +++ b/mfbt/MruCache.h @@ -108,7 +108,6 @@ class MruCache { // } // // auto foo = new Foo(); - // mTable.Insert(aKey, foo); // p.Set(foo); // return foo; class Entry {