From c8374f6c050a17d9562b2faf8765ce6e53b41f53 Mon Sep 17 00:00:00 2001 From: jacobeva Date: Wed, 8 Mar 2023 13:10:28 +0000 Subject: [PATCH] Remove commented code --- RCB.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/RCB.cpp b/RCB.cpp index 5d0b438..7560891 100755 --- a/RCB.cpp +++ b/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