Files
bitchx/source/expr.c
Kevin Easton e2b351b9ce Remove unnecessary NULL checks in expr.c
The first is unnecessary because after_expand() never returns NULL, and the 'rest' pointer has been
dereferenced multiple times anyway.

The second is unnecessary because parse_number(&ptr) cannot set ptr to NULL.
2016-09-30 23:44:15 +10:00

42 KiB