Bug 1815396 - Fix documentation of MruCache. r=lsalzman

Differential Revision: https://phabricator.services.mozilla.com/D171653
This commit is contained in:
Emilio Cobos Álvarez
2023-03-06 10:43:27 +00:00
parent 47ad5e4d8d
commit 4dc17945e6

View File

@@ -108,7 +108,6 @@ class MruCache {
// } // }
// //
// auto foo = new Foo(); // auto foo = new Foo();
// mTable.Insert(aKey, foo);
// p.Set(foo); // p.Set(foo);
// return foo; // return foo;
class Entry { class Entry {