Skip to content

Commit 6b3521f

Browse files
committed
cgen: remove unused macro V64_PRINTFORMAT
1 parent 657770e commit 6b3521f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

vlib/v/gen/c/cheaders.v

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -371,18 +371,6 @@ const c_common_macros = '
371371
372372
#define OPTION_CAST(x) (x)
373373
374-
#ifndef V64_PRINTFORMAT
375-
#ifdef PRIx64
376-
#define V64_PRINTFORMAT "0x%"PRIx64
377-
#elif defined(__WIN32__)
378-
#define V64_PRINTFORMAT "0x%I64x"
379-
#elif defined(__linux__) && defined(__LP64__)
380-
#define V64_PRINTFORMAT "0x%lx"
381-
#else
382-
#define V64_PRINTFORMAT "0x%llx"
383-
#endif
384-
#endif
385-
386374
#if defined(_WIN32) || defined(__CYGWIN__)
387375
#define VV_EXPORTED_SYMBOL extern __declspec(dllexport)
388376
#define VV_LOCAL_SYMBOL static

0 commit comments

Comments
 (0)