diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-03-30 19:10:17 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-03-30 19:10:17 +0100 |
commit | e0fe19433aeb11e78009b178ab33d6197d7fad39 (patch) | |
tree | 5399f1a5456fb395b3780bfce49b4b170bd634b8 /layout | |
parent | ee91847c038fad5d155528a09e5c61e4eaf635f4 (diff) | |
download | uxp-e0fe19433aeb11e78009b178ab33d6197d7fad39.tar.gz |
Issue mcp-graveyard/UXP#187: Remove solaris conditional code.
Diffstat (limited to 'layout')
-rw-r--r-- | layout/style/nsRuleNode.cpp | 3 |
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; |