db/Error: remove unused variable db_domain

This commit is contained in:
Max Kellermann
2016-10-29 10:22:29 +02:00
parent 3ff728ab02
commit 131441846b
3 changed files with 1 additions and 30 deletions

View File

@@ -22,8 +22,6 @@
#include <stdexcept>
class Domain;
enum class DatabaseErrorCode {
/**
* The database is disabled, i.e. none is configured in this
@@ -48,6 +46,4 @@ public:
}
};
extern const Domain db_domain;
#endif