Skip to content

Commit

Permalink
Ditch some old cruft from ages ago.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed May 31, 2014
1 parent a41343e commit 85076b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/findlib/find.c
Expand Up @@ -234,7 +234,6 @@ bool accept_file(FF_PKT *ff)

Dmsg1(dbglvl, "enter accept_file: fname=%s\n", ff->fname);
if (ff->flags & FO_ENHANCEDWILD) {
// match_func = enh_fnmatch;
match_func = fnmatch;
if ((basename = last_path_separator(ff->fname)) != NULL)
basename++;
Expand Down
1 change: 0 additions & 1 deletion src/findlib/find.h
Expand Up @@ -55,7 +55,6 @@ struct utimbuf {
#define MODE_RALL (S_IRUSR|S_IRGRP|S_IROTH)

#include "lib/fnmatch.h"
// #include "lib/enh_fnmatch.h"

#ifndef HAVE_REGEX_H
#include "lib/bregex.h"
Expand Down

0 comments on commit 85076b5

Please sign in to comment.