Commit fbc6942
committed
Delete unnecessary assignment in nc_err_set_msg().
In nc_err_set_msg() in the file src/messages.c, cppcheck noticed an
unnecessary "lang = NULL;" assignment in an "else" branch where
it is known that lang is NULL. So, delete it.1 parent 7269b00 commit fbc6942
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
630 | 630 | | |
631 | 631 | | |
632 | 632 | | |
633 | | - | |
634 | | - | |
635 | 633 | | |
636 | 634 | | |
637 | 635 | | |
| |||
0 commit comments