Skip to content

Commit 4f0f212

Browse files
committed
clean: remove dead code for snprintf macro definition
1 parent 0ea6a23 commit 4f0f212

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/qcstring.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,7 @@
4545

4646
void *qmemmove( void *dst, const void *src, size_t len );
4747

48-
#if defined(_OS_WIN32_)
49-
#define qsnprintf _snprintf
50-
#else
5148
#define qsnprintf snprintf
52-
#endif
5349

5450
//! Returns a copy of a string \a s.
5551
//! Note that memory is passed to the caller, use qstrfree() to release.

0 commit comments

Comments
 (0)