diff options
author | Dave Houlton <euclid@lindenlab.com> | 2020-10-08 16:48:25 -0600 |
---|---|---|
committer | Dave Houlton <euclid@lindenlab.com> | 2020-10-08 17:16:22 -0600 |
commit | 7cd076c796126692c308df5416b42b24a96609fb (patch) | |
tree | 2061ad71bfdf04be832d8213b3fee643e6aec2ca /indra/llvfs/lldir.h | |
parent | 18ddd70d96dc572ad94c81f9a1a3d08d7c7cdbc7 (diff) |
DRTVWR-510 remove all LL_SOLARIS conditionals
Diffstat (limited to 'indra/llvfs/lldir.h')
-rw-r--r-- | indra/llvfs/lldir.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llvfs/lldir.h b/indra/llvfs/lldir.h index 38e204ef04..4988b9c6e3 100644 --- a/indra/llvfs/lldir.h +++ b/indra/llvfs/lldir.h @@ -27,11 +27,6 @@ #ifndef LL_LLDIR_H #define LL_LLDIR_H -#if LL_SOLARIS -#include <sys/param.h> -#define MAX_PATH MAXPATHLEN -#endif - // these numbers are read from settings_files.xml, so we need to be explicit typedef enum ELLPath { |