diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-06-05 21:47:52 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-06-05 21:47:52 -0400 |
commit | ddc6d219585251ea6246f56bfa5aba6b3e2fd4f0 (patch) | |
tree | 908f4676f966972a2c6948474082e2ba39cc6e9f /indra/llinventory/llsettingssky.cpp | |
parent | 7a7af9a3993dad65d2574d1408a4b64d2b1778d8 (diff) |
SL-18837: Followup to 19e9e8c: global Boost.Bind placeholders
do not need 'using' directive, given BOOST_BIND_GLOBAL_PLACEHOLDERS.
Diffstat (limited to 'indra/llinventory/llsettingssky.cpp')
-rw-r--r-- | indra/llinventory/llsettingssky.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llinventory/llsettingssky.cpp b/indra/llinventory/llsettingssky.cpp index 0244b2585e..51fca76518 100644 --- a/indra/llinventory/llsettingssky.cpp +++ b/indra/llinventory/llsettingssky.cpp @@ -33,9 +33,6 @@ #include "v3colorutil.h" #include <boost/bind.hpp> -// allow unqualified _1, _2 et al. to mean boost::bind placeholders -using namespace boost::placeholders; - //========================================================================= namespace { |