Chromium Code Reviews| Index: third_party/leveldatabase/port/port_chromium.h |
| diff --git a/third_party/leveldatabase/port/port_chromium.h b/third_party/leveldatabase/port/port_chromium.h |
| index bc6ec5f0c6a545d683b19479a241980bfadc0820..2b0b46be23bff06bce0e566e0eaa686896c10112 100644 |
| --- a/third_party/leveldatabase/port/port_chromium.h |
| +++ b/third_party/leveldatabase/port/port_chromium.h |
| @@ -23,9 +23,6 @@ |
| #if defined(OS_WIN) |
| #define snprintf _snprintf |
| typedef SSIZE_T ssize_t; |
| -#if !defined(__clang__) && _MSC_VER <= 1700 |
| -# define va_copy(a, b) do { (a) = (b); } while (0) |
| -#endif |
| #endif |
| namespace leveldb { |