public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH EDK2 v1 0/1] BaseTools/EfiRom: remove redundant checking of argc
@ 2020-12-11  2:31 wenyi,xie
  2020-12-11  2:31 ` [PATCH EDK2 v1 1/1] " wenyi,xie
  0 siblings, 1 reply; 4+ messages in thread
From: wenyi,xie @ 2020-12-11  2:31 UTC (permalink / raw)
  To: devel, bob.c.feng, gaoliming, yuwei.chen; +Cc: songdongkuang, xiewenyi2

Main Changes :
As the condition of while statement is argc > 0, so argc < 1 will always
be false.

Wenyi Xie (1):
  BaseTools/EfiRom: remove redundant checking of argc

 BaseTools/Source/C/EfiRom/EfiRom.c | 10 ----------
 1 file changed, 10 deletions(-)

-- 
2.20.1.windows.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-15  4:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-11  2:31 [PATCH EDK2 v1 0/1] BaseTools/EfiRom: remove redundant checking of argc wenyi,xie
2020-12-11  2:31 ` [PATCH EDK2 v1 1/1] " wenyi,xie
2020-12-15  3:50   ` [edk2-devel] " Bob Feng
2020-12-15  4:01     ` wenyi,xie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox