Skip to content

Commit

Permalink
Merge pull request #1900 from kevinbackhouse/FixOSSFuzzBuildFailure
Browse files Browse the repository at this point in the history
Remove unused constructor that was causing a build failure in OSS-Fuzz
  • Loading branch information
kevinbackhouse authored Sep 15, 2021
2 parents 1b53899 + 9b79b37 commit 774e662
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions include/exiv2/value.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -685,13 +685,6 @@ namespace Exiv2 {
*/
static XmpArrayType xmpArrayType(TypeId typeId);

protected:
/*!
@brief Assignment operator. Protected so that it can only be used
by subclasses but not directly.
*/
XmpValue& operator=(const XmpValue& rhs) = default;

private:
// DATA
XmpArrayType xmpArrayType_; //!< Type of XMP array
Expand Down

0 comments on commit 774e662

Please sign in to comment.