Project

General

Profile

« Previous | Next » 

Revision 085d0e5c

Added by mame (Yusuke Endoh) almost 6 years ago

ruby.c (name_match_p): remove unnecessary condition

It always returns immediately when len was decremented to zero.
So len is always positive. This change will suppress Coverity Scan
warning.