Chromium Code Reviews| Index: src/date.js |
| diff --git a/src/date.js b/src/date.js |
| index 877fc73d2cf66495c48d43c0d8d5dc854a85e601..11cf4e91e79b3a007182e3615232cfee87b3394b 100644 |
| --- a/src/date.js |
| +++ b/src/date.js |
| @@ -20,11 +20,6 @@ var GlobalDate = global.Date; |
| // This file contains date support implemented in JavaScript. |
| -// Helper function to throw error. |
| -function ThrowDateTypeError() { |
| - throw new $TypeError('this is not a Date object.'); |
| -} |
| - |
| var timezone_cache_time = NAN; |
| var timezone_cache_timezone; |