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:
parent
447034a196
commit
b8332b3b8a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user