Remove dead store to a variable
This commit is contained in:
@@ -2704,7 +2704,6 @@ do_more_tab:
|
|||||||
{
|
{
|
||||||
if (!got_space)
|
if (!got_space)
|
||||||
{
|
{
|
||||||
old = inp;
|
|
||||||
old = last_arg(&inp);
|
old = last_arg(&inp);
|
||||||
if ((*old == '"'))
|
if ((*old == '"'))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user