Skip to content

Commit

Permalink
Removing deprecated change
Browse files Browse the repository at this point in the history
  • Loading branch information
Rommel committed Mar 30, 2020
1 parent dcb5a2f commit 7b88f32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engine/src/Interpreter/interpreter_ops.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ private:
} else if(right_position == SCALAR_INDEX) {
if (is_string_type(right_type_id)) {
right_str_view = static_cast<cudf::string_scalar_device_view*>(scalars_right[op_index])->value();
right_valid = true;
} else {
right_value = get_scalar_value<RightType>(scalars_right[op_index]);
}
Expand Down

0 comments on commit 7b88f32

Please sign in to comment.