summaryrefslogtreecommitdiff
path: root/extra
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 /extra
parent6420d6dc4a819cf5304b69d9270da0fcdbfb60ba (diff)
downloadmariadb-git-37113a6867cab71ef9fb4cf65149e5633f94acae.tar.gz
WL#5486: Remove code for unsupported platforms
Remove QNX specific code.
Diffstat (limited to 'extra')
-rw-r--r--extra/yassl/taocrypt/include/misc.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/yassl/taocrypt/include/misc.hpp b/extra/yassl/taocrypt/include/misc.hpp
index 96648a39aa1..431316b84d1 100644
--- a/extra/yassl/taocrypt/include/misc.hpp
+++ b/extra/yassl/taocrypt/include/misc.hpp
@@ -125,7 +125,7 @@ void CleanUp();
// no gas on these systems ?, disable for now
-#if defined(__sun__) || defined (__QNX__) || defined (__APPLE__)
+#if defined(__sun__) || defined (__APPLE__)
#define TAOCRYPT_DISABLE_X86ASM
#endif