Departures: Fix unnecessary operator= for struct CallAt

This commit is contained in:
Jonathan G Rennison 2024-09-11 22:37:23 +01:00
parent df2c33c0b0
commit b5c64354fb

View File

@ -78,8 +78,6 @@ struct CallAt {
{
return this->target == c.target;
}
CallAt& operator=(const CallAt& c) = default;
};
struct RemoveVia {