Skip to content

Commit 1ff9ddc

Browse files
author
Michael Fero
committed
Removing unused define for Windows snprintf
1 parent 85f63cf commit 1ff9ddc

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

cpp-driver/src/decoder.hpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@
2323
#include "serialization.hpp"
2424
#include "small_vector.hpp"
2525

26-
#ifdef _WIN32
27-
# ifndef snprintf
28-
# define snprintf _snprintf
29-
# endif
30-
#endif
31-
3226
#define CHECK_REMAINING(SIZE, DETAIL) do { \
3327
if (remaining_ < static_cast<size_t>(SIZE)) { \
3428
notify_error(DETAIL, SIZE); \

0 commit comments

Comments
 (0)