file: remove redundant NULL check on return value of uci_realloc()
authorYousong Zhou <yszhou4tech@gmail.com>
Tue, 21 Mar 2017 03:15:12 +0000 (11:15 +0800)
committerFelix Fietkau <nbd@nbd.name>
Wed, 12 Apr 2017 08:54:50 +0000 (10:54 +0200)
commitc4df32b386c7bb29568140d135d7315e76c934b7
tree29be83297059be41f5a54b81bf7cf77139a39b35
parent5d08b7f5d6628cf83f3e11ece50f6c5506999b69
file: remove redundant NULL check on return value of uci_realloc()

Because the check will be done by uci_realloc itself.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
file.c