TW-1910: Remove unreachable statement

- Thanks to Martin Strunz.
This commit is contained in:
Tomas Babej 2017-05-08 17:20:36 +02:00
parent 9f0a71f4b6
commit 3245d00edb

View file

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