Skip to content

Commit

Permalink
Merge remote-tracking branch 'public/master' into development
Browse files Browse the repository at this point in the history
Change-Id: I22db9b940a68a409bf948dc7d3457f568f5615aa
  • Loading branch information
ev-mp committed Aug 27, 2018
2 parents bf883c3 + e3b4077 commit 30f96a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pipeline.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ namespace librealsense

pipeline_config(const pipeline_config& other)
{
if (this == &other)
return;

_device_request = other._device_request;
_stream_requests = other._stream_requests;
_enable_all_streams = other._enable_all_streams;
Expand Down

0 comments on commit 30f96a3

Please sign in to comment.