mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 22:47:20 +02:00
Duration: Dead code removal
This commit is contained in:
parent
7ac86185e4
commit
4212e27081
2 changed files with 0 additions and 7 deletions
|
@ -367,9 +367,3 @@ bool Duration::parse (const std::string& input, std::string::size_type& start)
|
|||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void Duration::clear ()
|
||||
{
|
||||
_secs = 0;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -50,7 +50,6 @@ public:
|
|||
std::string formatISO () const;
|
||||
|
||||
bool parse (const std::string&, std::string::size_type&);
|
||||
void clear ();
|
||||
|
||||
protected:
|
||||
time_t _secs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue