devd: Remove empty virtual destructor from class, which has noch subclasses.

Submitted by:	Christoph Mallon <christoph.mallon@gmx.de>
Approved by:	cperciva (mentor)
This commit is contained in:
Eitan Adler 2013-03-04 02:21:22 +00:00
parent 5a3b1a3d7c
commit 012148abc2

View File

@ -42,7 +42,6 @@ class var_list
{
public:
var_list() {}
virtual ~var_list() {}
/** Set a variable in this var list.
*/
void set_variable(const std::string &var, const std::string &val);