summaryrefslogtreecommitdiffstats
path: root/testsuites/support/include/tmacros.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/support/include/tmacros.h')
-rw-r--r--testsuites/support/include/tmacros.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuites/support/include/tmacros.h b/testsuites/support/include/tmacros.h
index 9fb3c45098..9042f59fc2 100644
--- a/testsuites/support/include/tmacros.h
+++ b/testsuites/support/include/tmacros.h
@@ -273,10 +273,6 @@ extern "C" {
* certain system types on different targets.
*/
-/* HACK: Presume time_t to be a "long" */
-/* HACK: There is no portable way to print time_t's */
-#define PRItime_t "ld"
-
#if defined(RTEMS_USE_16_BIT_OBJECT)
#define PRIxrtems_id PRIx16
#else