summaryrefslogtreecommitdiff
path: root/indra/llmessage/llsdrpcserver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llmessage/llsdrpcserver.cpp')
-rwxr-xr-xindra/llmessage/llsdrpcserver.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llmessage/llsdrpcserver.cpp b/indra/llmessage/llsdrpcserver.cpp
index c3ed19889e..ac3f341d0f 100755
--- a/indra/llmessage/llsdrpcserver.cpp
+++ b/indra/llmessage/llsdrpcserver.cpp
@@ -36,6 +36,7 @@
#include "llsdserialize.h"
#include "llstl.h"
+#if 0
static const char FAULT_PART_1[] = "{'fault':{'code':i";
static const char FAULT_PART_2[] = ", 'description':'";
static const char FAULT_PART_3[] = "'}}";
@@ -337,3 +338,4 @@ void LLSDRPCServer::buildResponse(
LL_INFOS() << debug_ostr.str() << LL_ENDL;
#endif
}
+#endif