Index: base/third_party/dmg_fp/win_vs2012.patch |
diff --git a/base/third_party/dmg_fp/win_vs2012.patch b/base/third_party/dmg_fp/win_vs2012.patch |
deleted file mode 100644 |
index f3f599c3cc9a8458210cc31dbd89f5b9770279ad..0000000000000000000000000000000000000000 |
--- a/base/third_party/dmg_fp/win_vs2012.patch |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-Index: dtoa.cc |
-=================================================================== |
---- dtoa.cc (revision 161424) |
-+++ dtoa.cc (working copy) |
-@@ -3569,7 +3569,7 @@ |
- int denorm; |
- ULong x; |
- #endif |
-- Bigint *b, *b1, *delta, *mlo, *mhi, *S; |
-+ Bigint *b, *b1, *delta, *mlo = NULL, *mhi, *S; |
- U d2, eps, u; |
- double ds; |
- char *s, *s0; |