From 13a7c9af3c209bbd450925672162aff2f40a2494 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= <rem@videolan.org>
Date: Thu, 1 May 2008 21:59:36 +0300
Subject: [PATCH] Remove I64F., not needed anymore

---
 include/vlc_common.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/include/vlc_common.h b/include/vlc_common.h
index 537c0fcf6f99..1f59d1c945d0 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -862,14 +862,6 @@ VLC_EXPORT( char *, vlc_strcasestr, ( const char *s1, const char *s2 ) );
 #   define telldir vlc_telldir
 #endif
 
-/* Format type specifiers for 64 bits numbers */
-#define I64Fd "%"PRId64
-#define I64Fi "%"PRIi64
-#define I64Fo "%"PRIo64
-#define I64Fu "%"PRIu64
-#define I64Fx "%"PRIx64
-#define I64FX "%"PRIX64
-
 /* 64 bits integer constant suffix */
 #define I64C(x)  INT64_C(x)
 #define UI64C(x) UINT64_C(x)
-- 
GitLab