Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
abumq committed Jan 10, 2018
1 parent 0b45b7f commit b882f3f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions license++/license-exception.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ class LicenseException : public LicenseExceptionBase, public std::runtime_error
LicenseException(const std::string& msg) : std::runtime_error(msg) {}

virtual ~LicenseException() = default;
private:
LicenseException(const LicenseException&) = delete;
LicenseException& operator=(const LicenseException&) = delete;
};

}
Expand Down

0 comments on commit b882f3f

Please sign in to comment.