diff options
author | callum_linden <none@none> | 2014-10-17 15:12:02 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2014-10-17 15:12:02 -0700 |
commit | cf2bdb285c48d8e0784b58c0dedb1b58caa53e4d (patch) | |
tree | 7e390a03d35199dc692b678ea02a7c7af215e8e4 /indra/llxml | |
parent | 76a35059f2d4dfb17223de9bff493379793f5cc0 (diff) |
Update to build on Xcode 6.0: more removal of unused const variables [-Wunused-const-variable]
Diffstat (limited to 'indra/llxml')
-rwxr-xr-x | indra/llxml/llxmlnode.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llxml/llxmlnode.cpp b/indra/llxml/llxmlnode.cpp index cb99496ef1..455df13e48 100755 --- a/indra/llxml/llxmlnode.cpp +++ b/indra/llxml/llxmlnode.cpp @@ -43,8 +43,6 @@ #include "lluuid.h" #include "lldir.h" -const S32 MAX_COLUMN_WIDTH = 80; - // static BOOL LLXMLNode::sStripEscapedStrings = TRUE; BOOL LLXMLNode::sStripWhitespaceValues = FALSE; |