mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
TW-1910: Remove unreachable statement
- Thanks to Martin Strunz.
This commit is contained in:
parent
9f0a71f4b6
commit
3245d00edb
1 changed files with 0 additions and 2 deletions
|
@ -1953,8 +1953,6 @@ bool Variant::trivial () const
|
|||
(_type == type_string && _string == "") ||
|
||||
(_type == type_date && _date == 0) ||
|
||||
(_type == type_duration && _duration == 0);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue