This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Refactor observer.sh to cleanup unused vars (was: [RFC/PATCH] Clean up unused variables (and prepare for `-Wunused-variable' flag))


On Tue, 24 Apr 2012 19:53:06 +0200, Sergio Durigan Junior wrote:
> --- a/gdb/observer.sh
> +++ b/gdb/observer.sh
> +	if test ! -z ${notify_args}; then

'test ! -z' is the same as 'test -n'.

Sure no need for a commit.


Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]