Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unused code.
  • Loading branch information
Marco van Wieringen committed Jul 30, 2016
1 parent ca56bea commit 9d5a6c8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/dird/dird_conf.c
Expand Up @@ -1803,17 +1803,8 @@ bool FILESETRES::print_config(POOL_MEM &buff, bool hide_sensitive_data)
if (incexe->num_opts > 0) {
for (int j = 0; j < incexe->num_opts; j++) {
FOPTS *fo = incexe->opts_list[j];
bool enhanced_wild = false;

indent_config_item(cfg_str, 2, "Options {\n");

for (int k = 0; fo->opts[k] != '\0'; k++) {
if (fo->opts[k]=='W') {
enhanced_wild = true;
break;
}
}

for (p = &fo->opts[0]; *p; p++) {
switch (*p) {
case '0': /* no option */
Expand Down

0 comments on commit 9d5a6c8

Please sign in to comment.