diff --git a/src/function.cpp b/src/function.cpp index 2ca744c74..5eec1ac84 100644 --- a/src/function.cpp +++ b/src/function.cpp @@ -75,10 +75,6 @@ bool Function::operator==(const Function& other) return false; } - if ( this->can_fail != other.can_fail ) { - return false; - } - if ( this->return_type != other.return_type ) { return false; }