Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(560)

Unified Diff: courgette/label_manager.h

Issue 1935203002: [Courgette] Using LabelManager to reduce Courgette-apply peak RAM by 25%. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « courgette/image_utils.h ('k') | courgette/label_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/label_manager.h
diff --git a/courgette/label_manager.h b/courgette/label_manager.h
index d60a2746da22b6143476c387b5a5bf22e49682f0..4b2524053280ce0c4c377a4da10d87ab177dad02 100644
--- a/courgette/label_manager.h
+++ b/courgette/label_manager.h
@@ -80,10 +80,6 @@ class LabelManager {
LabelManager();
~LabelManager();
- // Returns an exclusive upper bound for all existing indexes in |labels_map|.
- // TODO(huangs): Remove once all callers are gone.
- static int GetIndexBound(const RVAToLabel& labels_map);
-
// Returns an exclusive upper bound for all assigned indexes in |labels|.
static int GetLabelIndexBound(const LabelVector& labels);
« no previous file with comments | « courgette/image_utils.h ('k') | courgette/label_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698