Rule of two: Remove unnecessary copy constructor

Authored by johanneszarl on Mar 24 2019, 12:25 AM.

Description

Rule of two: Remove unnecessary copy constructor

ImageRequestInterface had a copy constructor but no copy assignment
operator. Since the copy constructor is equal to the implicit version, I
removed it (Found using lgtm)

Details

Committed
johanneszarlMar 24 2019, 12:25 AM
Parents
R463:a4cb59cb574f: Release all resources in dtor of ThumbnailBuilder.
Branches
Unknown
Tags
Unknown