From bd90a3ed6d265ebd2b93ec06acf4a5b8f853b4c1 Mon Sep 17 00:00:00 2001 From: TopchetoEU <36534413+TopchetoEU@users.noreply.github.com> Date: Thu, 20 Oct 2022 13:32:20 +0300 Subject: [PATCH] fix: remove = operator from location 2 --- include/utils/location.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/include/utils/location.hh b/include/utils/location.hh index b67dbd8..82fd250 100644 --- a/include/utils/location.hh +++ b/include/utils/location.hh @@ -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);