fix: remove = operator from location 2

This commit is contained in:
TopchetoEU 2022-10-20 13:32:20 +03:00
parent 6245a41fe0
commit bd90a3ed6d

View File

@ -12,7 +12,6 @@ namespace ppc {
std::size_t code_start;
std::string filename;
location_t &operator=(const location_t &other);
bool operator==(const location_t &other) const;
bool operator !=(const location_t &other) const {
return !(*this == other);