Remove commented code
This commit is contained in:
parent
f08cc6849b
commit
c8374f6c05
7
RCB.cpp
7
RCB.cpp
|
@ -184,13 +184,6 @@ int main()
|
|||
std::string sSplit;
|
||||
for (int i = 0; i < sResponse.length(); i++)
|
||||
{
|
||||
/*if (sResponse[i] == '\n' && bFilename == true)
|
||||
{
|
||||
sData.push_back(sSplit); // add the sSplit string to the vector of strings sCommands
|
||||
sSplit = ""; // set sSplit to empty
|
||||
bFilename = false;
|
||||
}*/
|
||||
|
||||
if (sResponse[i] == '=' || sResponse[i] == '&') // if we have reached the end of the parameter
|
||||
{
|
||||
sData.push_back(sSplit); // add the sSplit string to the vector of strings sCommands
|
||||
|
|
Loading…
Reference in New Issue