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

Unified Diff: src/ast/scopes.h

Issue 2688283002: [cleanup] Remove unnecessary Scope::RareData::operator new (Closed)
Patch Set: Created 3 years, 10 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/ast/scopes.h
diff --git a/src/ast/scopes.h b/src/ast/scopes.h
index 071ed62d7a05d7ef3714bd5c413a3433a967f563..1947a266c1637d162595d4297d066b8ae42bd24e 100644
--- a/src/ast/scopes.h
+++ b/src/ast/scopes.h
@@ -897,8 +897,6 @@ class V8_EXPORT_PRIVATE DeclarationScope : public Scope {
Variable* arguments_;
struct RareData : public ZoneObject {
- void* operator new(size_t size, Zone* zone) { return zone->New(size); }
-
// Convenience variable; Subclass constructor only
Variable* this_function = nullptr;
« 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