Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
wjwwood committed Nov 10, 2017
1 parent 351b248 commit 3647147
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/split.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ rcutils_split(
rhs_offset = 1;
}

const char * error_msg;
string_array->size = 1;
for (size_t i = lhs_offset; i < string_size - rhs_offset; ++i) {
if (str[i] == delimiter) {
Expand Down

0 comments on commit 3647147

Please sign in to comment.