Duration: Dead code removal

This commit is contained in:
Paul Beckingham 2015-07-17 15:08:50 -04:00
parent 7ac86185e4
commit 4212e27081
2 changed files with 0 additions and 7 deletions

View file

@ -367,9 +367,3 @@ bool Duration::parse (const std::string& input, std::string::size_type& start)
}
////////////////////////////////////////////////////////////////////////////////
void Duration::clear ()
{
_secs = 0;
}
////////////////////////////////////////////////////////////////////////////////

View file

@ -50,7 +50,6 @@ public:
std::string formatISO () const;
bool parse (const std::string&, std::string::size_type&);
void clear ();
protected:
time_t _secs;