some unused fixes
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -121,7 +121,6 @@ namespace AZ
|
||||
char** SplitCommandLine(int& size, char* const cmdLine)
|
||||
{
|
||||
std::vector<char*> tokens;
|
||||
char* next_token = nullptr;
|
||||
char* tok = azstrtok(cmdLine, 0, " ", &next_token);
|
||||
while (tok != NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user