diff --git a/rtmp/RTMPSession.cpp b/rtmp/RTMPSession.cpp index 56090687..6f878e2c 100644 --- a/rtmp/RTMPSession.cpp +++ b/rtmp/RTMPSession.cpp @@ -72,7 +72,6 @@ namespace videocore // http::ParseHttpUrl is destructive to the parameter passed in. std::string uri_cpy(uri); m_uri = http::ParseHttpUrl(uri_cpy); - boost::tokenizer > tokens(m_uri.path, sep ); int tokenCount = 0;