summaryrefslogtreecommitdiff
path: root/include/my_time.h
diff options
context:
space:
mode:
authorDavi Arnaut <Davi.Arnaut@Sun.COM>2010-07-15 08:28:41 -0300
committerDavi Arnaut <Davi.Arnaut@Sun.COM>2010-07-15 08:28:41 -0300
commit37113a6867cab71ef9fb4cf65149e5633f94acae (patch)
tree2a06c80879a252c00123c7cff4a22e99843b73b9 /include/my_time.h
parent6420d6dc4a819cf5304b69d9270da0fcdbfb60ba (diff)
downloadmariadb-git-37113a6867cab71ef9fb4cf65149e5633f94acae.tar.gz
WL#5486: Remove code for unsupported platforms
Remove QNX specific code.
Diffstat (limited to 'include/my_time.h')
-rw-r--r--include/my_time.h2
1 files changed, 0 insertions, 2 deletions
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;