Skip to content

Commit

Permalink
TS-4460: Fixed clang-analyzer error, unused assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
bryancall committed May 24, 2016
1 parent 0c958f8 commit bd5eef6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/records/P_RecCore.cc
Expand Up @@ -380,7 +380,6 @@ RecSetRecord(RecT rec_type, const char *name, RecDataT data_type, RecData *data,
// and we should convert based on the record's data type.
ink_release_assert(data->rec_string != NULL);
RecDataSetFromString(r1->data_type, &(r1->data), data->rec_string);
data_type = r1->data_type;
} else {
RecDataSet(data_type, &(r1->data), data);
}
Expand Down

0 comments on commit bd5eef6

Please sign in to comment.