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

Unified Diff: src/global-handles.cc

Issue 2741723002: Remove commented out code in GlobalHandles::Node. (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/global-handles.cc
diff --git a/src/global-handles.cc b/src/global-handles.cc
index 95c5c82bc2d341fd4d9780c1eba8dcbb72e333c0..6bca87a0ea04e40e7411f7c05c3b0af4d4be271e 100644
--- a/src/global-handles.cc
+++ b/src/global-handles.cc
@@ -192,10 +192,6 @@ class GlobalHandles::Node {
set_independent(true);
}
- // Callback accessor.
- // TODO(svenpanne) Re-enable or nuke later.
- // WeakReferenceCallback callback() { return callback_; }
-
// Callback parameter accessors.
void set_parameter(void* parameter) {
DCHECK(IsInUse());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698