summaryrefslogtreecommitdiff
path: root/storage/innobase
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2018-10-19 09:28:21 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2018-10-19 09:28:21 +0300
commitabbf169f52e3ec598c37848e11e0d6351cbfb52c (patch)
tree3a79ef5cf4aa4d8dbf0c2f397bbc1b183106753b /storage/innobase
parent64d26ec52af54f9595ee51c4831bc25d66b03fda (diff)
downloadmariadb-git-abbf169f52e3ec598c37848e11e0d6351cbfb52c.tar.gz
Remove unused TIMETPF
Diffstat (limited to 'storage/innobase')
-rw-r--r--storage/innobase/include/univ.i3
1 files changed, 0 insertions, 3 deletions
diff --git a/storage/innobase/include/univ.i b/storage/innobase/include/univ.i
index 1d2e0f37dbe..453f15b8784 100644
--- a/storage/innobase/include/univ.i
+++ b/storage/innobase/include/univ.i
@@ -453,7 +453,6 @@ typedef ssize_t lint;
# define INT64PF "%lld"
# define UINT64scan "llu"
# define UINT64PFx "%016llx"
-# define TIMETPF "%ld"
#elif defined __APPLE__
/* Apple prefers to call the 64-bit types 'long long'
in both 32-bit and 64-bit environments. */
@@ -461,14 +460,12 @@ in both 32-bit and 64-bit environments. */
# define INT64PF "%lld"
# define UINT64scan "llu"
# define UINT64PFx "%016llx"
-# define TIMETPF "%" PRIdFAST32
#else
/* Use the integer types and formatting strings defined in the C99 standard. */
# define UINT32PF "%" PRIu32
# define INT64PF "%" PRId64
# define UINT64scan PRIu64
# define UINT64PFx "%016" PRIx64
-# define TIMETPF "%" PRIdFAST32
#endif
#ifdef UNIV_INNOCHECKSUM