aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-03-13 18:50:47 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-03-13 20:59:33 +0200
commitc50de06616199714e408fee5c7b3a041fcf140c6 (patch)
treecbdef731830cdc742e36a782551a22cb0ff5a5f9 /src/config.c
parent31c92b2570bd03ecbcd812dc22f51d7a89c97947 (diff)
downloadwydawca-c50de06616199714e408fee5c7b3a041fcf140c6.tar.gz
wydawca-c50de06616199714e408fee5c7b3a041fcf140c6.tar.bz2
Version 3.1release-3.1
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/config.c b/src/config.c
index 0d7da22..0f5d405 100644
--- a/src/config.c
+++ b/src/config.c
@@ -1,5 +1,5 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007-2019 Sergey Poznyakoff
+ Copyright (C) 2007-2020 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
@@ -718,7 +718,6 @@ static int
cb_metadata_owner(enum grecs_callback_command cmd, grecs_node_t *node,
void *varptr, void *cb_data)
{
- grecs_locus_t *locus = &node->locus;
grecs_value_t *value = node->v.value, *uval, *gval;
struct directory_metadata *mp = varptr;
@@ -880,13 +879,6 @@ cb_event(enum grecs_callback_command cmd, grecs_node_t *node,
return 0;
}
-static int
-cb_statistics(enum grecs_callback_command cmd, grecs_node_t *node,
- void *varptr, void *cb_data)
-{
- return parse_statmask(&node->locus, node->v.value, varptr);
-}
-
static struct grecs_keyword notify_event_kw[] = {
{ "event", N_("ev-id"),
N_("Event on which to notify"),
@@ -1192,7 +1184,7 @@ cb_spool(enum grecs_callback_command cmd, grecs_node_t *node,
{
struct spool *spool;
void **pdata = cb_data;
- int rc, ec, i;
+ int rc, i;
grecs_locus_t *locus = &node->locus;
grecs_value_t *value = node->v.value;

Return to:

Send suggestions and report system problems to the System administrator.