summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/schema.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/schema.c b/src/schema.c
index c1d9ffd..1d935b9 100644
--- a/src/schema.c
+++ b/src/schema.c
@@ -47,8 +47,6 @@ static const char *stmts_v2[OG_SCHEMA_STMTS_V2] = {
[6] = "UPDATE version SET version = 2",
};
-struct og_server_cfg ogconfig;
-
static int og_dbi_create_version(struct og_dbi *dbi)
{
const char *msglog;