Skip to content

Commit

Permalink
[CodeClean/Test] unnecessary local variable
Browse files Browse the repository at this point in the history
Fix build warning, remove unnecessary local variable.

Signed-off-by: Jaeyun Jung <[email protected]>
  • Loading branch information
jaeyun-jung committed Sep 2, 2024
1 parent 602eb73 commit f4b41cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unittest_nnstreamer-edge.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2242,8 +2242,8 @@ TEST(edgeData, clearInvalidParam02_n)
TEST(edgeData, clear)
{
nns_edge_data_h data_h;
void *data, *result;
nns_size_t data_len, result_len;
void *data;
nns_size_t data_len;
unsigned int count;
int ret;

Expand Down

0 comments on commit f4b41cf

Please sign in to comment.