From 247f24c524b07d170ed11415bf7a98df705049ed Mon Sep 17 00:00:00 2001 From: makee Date: Thu, 8 Sep 2016 10:55:13 +0800 Subject: [PATCH] Remove unused variable. variable `tokens` was unused --- rtmp/RTMPSession.cpp | 1 - 1 file changed, 1 deletion(-) 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;