remove unused variables

This commit is contained in:
Konstantinos Margaritis
2024-05-15 17:18:53 +03:00
parent 8260d7c906
commit 59a098504e
2 changed files with 0 additions and 4 deletions

View File

@@ -55,7 +55,6 @@ unique_ptr<hs_platform_info> xcompileReadMode(const char *s) {
assert(!err);
string str(s);
//string mode = str.substr(0, str.find(":"));
string opt = str.substr(str.find(":")+1, str.npos);
bool found_mode = false;