Chromium Code Reviews| Index: src/macros.py |
| diff --git a/src/macros.py b/src/macros.py |
| index a42e83c60206dc9519ca17fec061e71704a80ad4..bf7119feaa9ab2cc71b888265ca039efda5c94f4 100644 |
| --- a/src/macros.py |
| +++ b/src/macros.py |
| @@ -82,8 +82,6 @@ const kMinYear = -1000000; |
| const kMaxYear = 1000000; |
| const kMinMonth = -10000000; |
| const kMaxMonth = 10000000; |
| -const kMinDate = -100000000; |
| -const kMaxDate = 100000000; |
| # Native cache ids. |
| const STRING_TO_REGEXP_CACHE_ID = 0; |