Revision: 20702
Author:   [email protected]
Date:     Mon Apr 14 06:55:42 2014 UTC
Log: Remove ConfigureDefaults version that does not take the amount of virtual mem

[email protected]
LOG=n
BUG=none

Review URL: https://codereview.chromium.org/230553003
http://code.google.com/p/v8/source/detail?r=20702

Modified:
 /branches/bleeding_edge/include/v8.h

=======================================
--- /branches/bleeding_edge/include/v8.h        Fri Apr 11 11:44:49 2014 UTC
+++ /branches/bleeding_edge/include/v8.h        Mon Apr 14 06:55:42 2014 UTC
@@ -3893,11 +3893,6 @@
   void ConfigureDefaults(uint64_t physical_memory,
                          uint64_t virtual_memory_limit,
                          uint32_t number_of_processors);
-  // Deprecated.
-  void ConfigureDefaults(uint64_t physical_memory,
-                         uint32_t number_of_processors) {
-    ConfigureDefaults(physical_memory, 0, number_of_processors);
-  }

   int max_young_space_size() const { return max_young_space_size_; }
void set_max_young_space_size(int value) { max_young_space_size_ = value; }

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to