diff --git a/src/Variant.cpp b/src/Variant.cpp index b955c1f9f..050d7f516 100644 --- a/src/Variant.cpp +++ b/src/Variant.cpp @@ -1953,8 +1953,6 @@ bool Variant::trivial () const (_type == type_string && _string == "") || (_type == type_date && _date == 0) || (_type == type_duration && _duration == 0); - - return false; } ////////////////////////////////////////////////////////////////////////////////