Commit d05affb
authored
common : remove unused local variables (ggml-org#16140)
These two local variables 'arg' and 'arg_prefix' have been overriden by:
1. for (const auto & arg : opt.args)
2. for (int i = 1; i < argc; i++) {
const std::string arg_prefix = "--";
std::string arg = argv[i];1 parent 4f324a5 commit d05affb
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1068 | 1068 | | |
1069 | 1069 | | |
1070 | 1070 | | |
1071 | | - | |
1072 | | - | |
1073 | 1071 | | |
1074 | 1072 | | |
1075 | 1073 | | |
| |||
0 commit comments