diff options
author | Pavel Tvrdík <pawel.tvrdik@gmail.com> | 2016-01-20 16:29:17 +0100 |
---|---|---|
committer | Pavel Tvrdík <pawel.tvrdik@gmail.com> | 2016-01-20 16:46:58 +0100 |
commit | 650b4189427eb5a5f96753e39c0d67f09e0ef445 (patch) | |
tree | c004779b0bd5ff5185018ed8403a5ee30b5d7eff /conf/conf.c | |
parent | 0264ccf6f4acaea5313dee2cd3bc3bdb28c74f60 (diff) |
Delete old ROA code
Diffstat (limited to 'conf/conf.c')
-rw-r--r-- | conf/conf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/conf.c b/conf/conf.c index 9eea5664..f66e3561 100644 --- a/conf/conf.c +++ b/conf/conf.c @@ -135,7 +135,6 @@ config_parse(struct config *c) sysdep_preconfig(c); protos_preconfig(c); rt_preconfig(c); -/* roa_preconfig(c); */ cf_parse(); protos_postconfig(c); if (EMPTY_LIST(c->protos)) @@ -266,7 +265,6 @@ config_do_commit(struct config *c, int type) force_restart |= global_commit(c, old_config); DBG("rt_commit\n"); rt_commit(c, old_config); -/* roa_commit(c, old_config); */ DBG("protos_commit\n"); protos_commit(c, old_config, force_restart, type); |