summaryrefslogtreecommitdiff
path: root/sal/systools/win32
diff options
context:
space:
mode:
authorKenneth Venken <kenneth.venken@gmail.com>2010-10-17 16:59:18 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-17 16:59:18 -0500
commit619f7da8be28f002ab1e195641b97b85656620a1 (patch)
tree05daf227d7fb514d05f02b71c488f9824e46a0bf /sal/systools/win32
parentefb74ad158244e8931e4a392be56546f9929696a (diff)
remove unused macro bufsizeof
Diffstat (limited to 'sal/systools/win32')
-rw-r--r--sal/systools/win32/uwinapi/Uwinapi.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sal/systools/win32/uwinapi/Uwinapi.h b/sal/systools/win32/uwinapi/Uwinapi.h
index 45a8645f43e4..2929729fe5db 100644
--- a/sal/systools/win32/uwinapi/Uwinapi.h
+++ b/sal/systools/win32/uwinapi/Uwinapi.h
@@ -47,11 +47,6 @@ EXTERN_C WINBASEAPI LPWSTR WINAPI lstrrchrW( LPCWSTR lpString, WCHAR c );
#define lstrchr lstrchrA
#endif
-// macro that calculates the count of elements of a static array
-
-#define bufsizeof(buf) (sizeof(buf) / sizeof((buf)[0]))
-
-
#define IsValidHandle(Handle) ((DWORD)(Handle) + 1 > 1)
#ifdef __cplusplus