summaryrefslogtreecommitdiffstats
path: root/js/src/jstypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/jstypes.h')
-rw-r--r--js/src/jstypes.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/js/src/jstypes.h b/js/src/jstypes.h
index 6593d2067..75774e5b8 100644
--- a/js/src/jstypes.h
+++ b/js/src/jstypes.h
@@ -160,10 +160,6 @@
# if defined(__64BIT__)
# define JS_64BIT
# endif
-#elif defined(__HP_cc) || defined(__HP_aCC) /* HP-UX cc/aCC */
-# if defined(__LP64__)
-# define JS_64BIT
-# endif
#else
# error "Implement me"
#endif