Duration: Dead code removal
This commit is contained in:
@@ -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;
|
std::string formatISO () const;
|
||||||
|
|
||||||
bool parse (const std::string&, std::string::size_type&);
|
bool parse (const std::string&, std::string::size_type&);
|
||||||
void clear ();
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
time_t _secs;
|
time_t _secs;
|
||||||
|
|||||||
Reference in New Issue
Block a user