Kaydet (Commit) 0e5fc156 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

PRIu64 is unused

...since 2d9beb78 "OSL_TRACE in
sal/rtl/source/alloc_*.cxx leads to deadlock..."

Change-Id: I7ede71b8257fa402f5f174dfb9c12fa5e648a017
Reviewed-on: https://gerrit.libreoffice.org/47177Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst a24cfdf7
......@@ -51,17 +51,6 @@
#define RTL_MEMORY_P2END(value, align) \
(-(~(sal_IntPtr)(value) & -(sal_IntPtr)(align)))
/** printf() format specifier(s)
* (from C90 <sys/int_fmtio.h>)
*/
#ifndef PRIu64
#if defined(_MSC_VER)
#define PRIu64 "I64u"
#else /* !_MSC_VER */
#define PRIu64 "llu"
#endif /* !_MSC_VER */
#endif /* PRIu64 */
/** highbit(): log2() + 1
(complexity O(1))
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment