I thought for hours to find usage of this code, but unfortunately I could
not. Then prepare this patch. I hope this patch was useful.
We can refactor this code and make simpler source code. I explained my
reasons to remove this conditions on commit message. Reducing complexity
and size of code will increase code quality.
Anyway, removing this block of code will not change on test result. I think
one of these options should wrong, test or code. If testing of this code
was ignored, then after understanding what this code does, I should add
more tests on `yes.sh`.
From: alireza <alirezaarzehgar82@gmail.com>
Date: Sun, 20 Nov 2022 17:02:24 +0330
Subject: [PATCH] refactoring: yes: Remove unused and complex condition
Code never pass following conditions:
```
if (operandp + 1 < operand_lim
&& *operandp + operand_len + 1 != operandp[1])
```