[CodeClean] remove redundant check for LLVM compatibility
authorNiklas Jang <niklasjang@gmail.com>
Sat, 12 Oct 2019 06:41:03 +0000 (15:41 +0900)
committerwooksong <wook16.song@samsung.com>
Mon, 14 Oct 2019 11:27:43 +0000 (20:27 +0900)
commitd1b0cf4625c1efa309d696c9c6100b242b63d3d8
treec90f5bd40c83067699d8847a4134cd6c43296fb5
parente1acfc57a53812f941a4872a4dc1e707b6a43aa2
[CodeClean] remove redundant check for LLVM compatibility

As bdata->mode  is defined as bounding_box_modes type, it is never lower than zero.
Because find_key_strv()'s return value is definded as 'The count of replaced. (Set NULL if it is unnecessary)',
it does not affect.

And not latest clang complains about this redundance.(LLVM)

Signed-off-by: Niklas Jang <niklasjang@gmail.com>
ext/nnstreamer/tensor_decoder/tensordec-boundingbox.c