From 2c95174031ecf3970bee685d90c3e2469cd15254 Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Tue, 23 Aug 2022 17:23:40 -0400
Subject: DRTVWR-558: Remove references to string join() per code review.

---
 indra/llcommon/tests/llleap_test.cpp | 2 --
 1 file changed, 2 deletions(-)

(limited to 'indra')

diff --git a/indra/llcommon/tests/llleap_test.cpp b/indra/llcommon/tests/llleap_test.cpp
index 25db4b6542..daa84df792 100644
--- a/indra/llcommon/tests/llleap_test.cpp
+++ b/indra/llcommon/tests/llleap_test.cpp
@@ -17,7 +17,6 @@
 // std headers
 #include <functional>
 // external library headers
-//#include <boost/algorithm/string/join.hpp>
 #include <boost/assign/list_of.hpp>
 #include <boost/phoenix/core/argument.hpp>
 // other Linden headers
@@ -237,7 +236,6 @@ namespace tut
                              "sys.stderr.write('''Hello from Python!\n"
                              "note partial line''')\n");
         StringVec vcommand{ PYTHON, script.getName() };
-//      std::string command{ boost::algorithm::join(vcommand, " ") };
         CaptureLog log(LLError::LEVEL_INFO);
         waitfor(LLLeap::create(get_test_name(), vcommand));
         log.messageWith("Hello from Python!");
-- 
cgit v1.2.3