Code/Legacy

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-16 15:55:20 -07:00
parent 3eb658534b
commit 14990012f8
-1
View File
@@ -192,7 +192,6 @@ AZStd::string CCmdLine::Next(char*& src)
return AZStd::string(org, src);
}
ch = *src++;
}
return AZStd::string();