summaryrefslogtreecommitdiff
path: root/layout
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-03-30 19:10:17 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-03-30 19:10:17 +0100
commite0fe19433aeb11e78009b178ab33d6197d7fad39 (patch)
tree5399f1a5456fb395b3780bfce49b4b170bd634b8 /layout
parentee91847c038fad5d155528a09e5c61e4eaf635f4 (diff)
downloaduxp-e0fe19433aeb11e78009b178ab33d6197d7fad39.tar.gz
Issue mcp-graveyard/UXP#187: Remove solaris conditional code.
Diffstat (limited to 'layout')
-rw-r--r--layout/style/nsRuleNode.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/layout/style/nsRuleNode.cpp b/layout/style/nsRuleNode.cpp
index 6bcef02a05..08400635b7 100644
--- a/layout/style/nsRuleNode.cpp
+++ b/layout/style/nsRuleNode.cpp
@@ -67,9 +67,6 @@
#define alloca _alloca
#endif
#endif
-#ifdef SOLARIS
-#include <alloca.h>
-#endif
using std::max;
using std::min;