[PATCH v2 24/25] [libx11] Removed superfluous check for NULL target_dir; it is already handled before this code.

2011-01-31 Thread Erkki Seppälä
Cannot reach dead expression "0U" inside statement "if (1U + (target_dir ? strl..." Reviewed-by: Ander Conselvan de Oliveira Signed-off-by: Erkki Seppälä --- src/xlibi18n/lcFile.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/xlibi18n/lcFile.c b/src/xlibi18n/lc

Re: [PATCH v2 24/25] [libx11] Removed superfluous check for NULL target_dir; it is already handled before this code.

2011-02-01 Thread Alan Coopersmith
On 01/31/11 04:02 AM, Erkki Seppälä wrote: > Cannot reach dead expression "0U" inside statement "if (1U + (target_dir ? > strl..." > > Reviewed-by: Ander Conselvan de Oliveira > > Signed-off-by: Erkki Seppälä > --- > src/xlibi18n/lcFile.c |3 +-- > 1 files changed, 1 insertions(+), 2 dele