diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-06-07 15:20:04 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-06-07 15:20:04 -0400 |
commit | af3a1b078e3575147d6ef30c03677d1e891b65e4 (patch) | |
tree | d4f27eb024a40640e002b3f9400b4e7beaa92c1d /indra/llcommon/llleap.cpp | |
parent | 2c00dfe53574e07b3c357d80080af04a5157f240 (diff) |
Tidy up merge from main.
Diffstat (limited to 'indra/llcommon/llleap.cpp')
-rw-r--r-- | indra/llcommon/llleap.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llcommon/llleap.cpp b/indra/llcommon/llleap.cpp index e1ee8df24f..b81390ee2c 100644 --- a/indra/llcommon/llleap.cpp +++ b/indra/llcommon/llleap.cpp @@ -440,8 +440,7 @@ private: std::string mDesc; LLEventStream mDonePump; LLProcessPtr mChild; - LLTempBoundListener - mStdinConnection, mStdoutConnection, mStderrConnection; + LLTempBoundListener mStdoutConnection, mStderrConnection; LLProcess::ReadPipe::size_type mExpect; LLError::RecorderPtr mRecorder; std::unique_ptr<LLLeapListener> mListener; |