From 37113a6867cab71ef9fb4cf65149e5633f94acae Mon Sep 17 00:00:00 2001 From: Davi Arnaut Date: Thu, 15 Jul 2010 08:28:41 -0300 Subject: WL#5486: Remove code for unsupported platforms Remove QNX specific code. --- include/my_time.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/my_time.h') diff --git a/include/my_time.h b/include/my_time.h index 829cb706bb6..fdfe130c45f 100644 --- a/include/my_time.h +++ b/include/my_time.h @@ -35,8 +35,6 @@ extern uchar days_in_month[]; Using the system built in time_t is not an option as we rely on the above requirements in the time functions - - For example QNX has an unsigned time_t type */ typedef long my_time_t; -- cgit v1.2.1