diff options
Diffstat (limited to 'contrib/csup/config.c')
-rw-r--r-- | contrib/csup/config.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/csup/config.c b/contrib/csup/config.c index 393a3db..55aaf5c 100644 --- a/contrib/csup/config.c +++ b/contrib/csup/config.c @@ -442,10 +442,6 @@ coll_add(char *name) "\"%s\"\n", cur_coll->co_name); exit(1); } -/* if (!(cur_coll->co_options & CO_CHECKOUTMODE)) { - lprintf(-1, "Client only supports checkout mode\n"); - exit(1); - }*/ if (!STAILQ_EMPTY(&colls)) { coll = STAILQ_LAST(&colls, coll, co_next); if (strcmp(coll->co_host, cur_coll->co_host) != 0) { |