diff --git a/indra/newview/llweb.cpp b/indra/newview/llweb.cpp index 840eb06acfcc77ed5a1c3232edf2acbd6c86f4bf..a34c5826edcd55c34aa00bcb3929011bad563753 100644 --- a/indra/newview/llweb.cpp +++ b/indra/newview/llweb.cpp @@ -247,6 +247,5 @@ bool LLWeb::useExternalBrowser(const std::string &url) boost::match_results<std::string::const_iterator> matches; return boost::regex_search(url, matches, pattern); } - return false; #endif }