File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -218,10 +218,10 @@ int parse_shorts(Tokens *ts, Elements *elements) {
218
218
int parse_argcmd (Tokens * ts , Elements * elements ) {
219
219
int i ;
220
220
int n_commands = elements -> n_commands ;
221
- int n_arguments = elements -> n_arguments ;
221
+ // int n_arguments = elements->n_arguments;
222
222
Command * command ;
223
223
Command * commands = elements -> commands ;
224
- Argument * arguments = elements -> arguments ;
224
+ // Argument *arguments = elements->arguments;
225
225
226
226
for (i = 0 ; i < n_commands ; i ++ ) {
227
227
command = & commands [i ];
Original file line number Diff line number Diff line change @@ -176,10 +176,10 @@ int parse_shorts(Tokens *ts, Elements *elements) {
176
176
int parse_argcmd (Tokens * ts , Elements * elements ) {
177
177
int i ;
178
178
int n_commands = elements -> n_commands ;
179
- int n_arguments = elements -> n_arguments ;
179
+ // int n_arguments = elements->n_arguments;
180
180
Command * command ;
181
181
Command * commands = elements -> commands ;
182
- Argument * arguments = elements -> arguments ;
182
+ // Argument *arguments = elements->arguments;
183
183
184
184
for (i = 0 ; i < n_commands ; i ++ ) {
185
185
command = & commands [i ];
You can’t perform that action at this time.
0 commit comments