TW-1910: Remove unreachable statement

- Thanks to Martin Strunz.
This commit is contained in:
Tomas Babej 2017-05-08 17:20:36 +02:00 committed by Paul Beckingham
parent bbd764d249
commit 7fc6d7c5bf

View file

@ -1953,8 +1953,6 @@ bool Variant::trivial () const
(_type == type_string && _string == "") || (_type == type_string && _string == "") ||
(_type == type_date && _date == 0) || (_type == type_date && _date == 0) ||
(_type == type_duration && _duration == 0); (_type == type_duration && _duration == 0);
return false;
} }
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////