 Chromium Code Reviews
 Chromium Code Reviews Issue 113343003:
  Remove the last remnants of the TranscendentalCache.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 113343003:
  Remove the last remnants of the TranscendentalCache.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/platform.h | 
| diff --git a/src/platform.h b/src/platform.h | 
| index f94a5266fa44c73415bdbcb6d078ea1a834aa293..6cf30624a47ca259a502ab6a80543f63e0625264 100644 | 
| --- a/src/platform.h | 
| +++ b/src/platform.h | 
| @@ -96,7 +96,6 @@ namespace internal { | 
| double modulo(double x, double y); | 
| // Custom implementation of math functions. | 
| -double fast_log(double input); | 
| double fast_exp(double input); | 
| double fast_sqrt(double input); | 
| // The custom exp implementation needs 16KB of lookup data; initialize it |