Skip to content

Commit a3a5f3a

Browse files
committed
Remove unused macro BUFSIZE
1 parent 3f8f315 commit a3a5f3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/util/unicode.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ Author: Daniel Kroening, [email protected]
1818
#include <windows.h>
1919
#endif
2020

21-
#define BUFSIZE 100
22-
2321
std::string narrow(const wchar_t *s)
2422
{
2523
#ifdef _WIN32

0 commit comments

Comments
 (0)