diff options
author | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2010-07-15 08:28:41 -0300 |
---|---|---|
committer | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2010-07-15 08:28:41 -0300 |
commit | 3c418c57097e307f1b6b3af58a35c72bd4771a55 (patch) | |
tree | 2a06c80879a252c00123c7cff4a22e99843b73b9 /include/my_time.h | |
parent | 9f3aa51ba15e8a19670fc2ccf786f893f9b37b64 (diff) | |
download | mariadb-git-3c418c57097e307f1b6b3af58a35c72bd4771a55.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.h | 2 |
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; |