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

Unified Diff: src/serialize.cc

Issue 5862002: Version 3.0.2. (Closed)
Patch Set: Created 10 years 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
« ChangeLog ('K') | « src/scanner-base.cc ('k') | src/spaces.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/serialize.cc
diff --git a/src/serialize.cc b/src/serialize.cc
index 00a601ffd95ff15f0131d56e555fca6cd4b0144c..6edc4fae8130ae733efdd8dd72189d04b449e6ec 100644
--- a/src/serialize.cc
+++ b/src/serialize.cc
@@ -486,18 +486,6 @@ void ExternalReferenceTable::PopulateTable() {
UNCLASSIFIED,
36,
"LDoubleConstant::one_half");
- Add(ExternalReference::address_of_negative_infinity().address(),
- UNCLASSIFIED,
- 37,
- "LDoubleConstant::negative_infinity");
- Add(ExternalReference::power_double_double_function().address(),
- UNCLASSIFIED,
- 38,
- "power_double_double_function");
- Add(ExternalReference::power_double_int_function().address(),
- UNCLASSIFIED,
- 39,
- "power_double_int_function");
}
« ChangeLog ('K') | « src/scanner-base.cc ('k') | src/spaces.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698