devd: Remove unnecessary empty default constructors.
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> Approved by: cperciva (mentor)
This commit is contained in:
parent
b8332b3b8a
commit
d75b737f54
@ -41,7 +41,6 @@ class config;
|
||||
class var_list
|
||||
{
|
||||
public:
|
||||
var_list() {}
|
||||
/** Set a variable in this var list.
|
||||
*/
|
||||
void set_variable(const std::string &var, const std::string &val);
|
||||
@ -67,7 +66,6 @@ private:
|
||||
struct eps
|
||||
{
|
||||
public:
|
||||
eps() {}
|
||||
virtual ~eps() {}
|
||||
/** Does this eps match the current config?
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user