summaryrefslogtreecommitdiff
path: root/libpurple/internal.h
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2023-03-06 21:31:59 -0600
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2023-03-06 21:31:59 -0600
commit46ba486242ec635371883de6a996923dd2423b1a (patch)
tree4d8e29ba959aa9467a4e6e633ac43fdc2bc459a6 /libpurple/internal.h
parent9b796a382a61a8a85522d3f0f57153457818eeda (diff)
downloadpidgin-46ba486242ec635371883de6a996923dd2423b1a.tar.gz
Remove check for time_t size
It was only necessary for properties that were with `time_t` type, but they use `GDateTime` now. Testing Done: Compiled only. Reviewed at https://reviews.imfreedom.org/r/2325/
Diffstat (limited to 'libpurple/internal.h')
-rw-r--r--libpurple/internal.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/libpurple/internal.h b/libpurple/internal.h
index 3b844534f9..91cd7c195a 100644
--- a/libpurple/internal.h
+++ b/libpurple/internal.h
@@ -58,14 +58,4 @@
# include "win32/win32dep.h"
#endif
-#ifdef HAVE_CONFIG_H
-#if SIZEOF_TIME_T == 4
-# define PURPLE_TIME_T_MODIFIER "lu"
-#elif SIZEOF_TIME_T == 8
-# define PURPLE_TIME_T_MODIFIER "zu"
-#else
-#error Unknown size of time_t
-#endif
-#endif
-
#endif /* PURPLE_INTERNAL_H */