Skip to content

Commit

Permalink
unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Mar 5, 2019
1 parent e874838 commit ecc637d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/glob.c
Expand Up @@ -26,7 +26,6 @@

wrapper(glob, int, (const char * pattern, int flags, int (* errfunc) (const char *, int), glob_t * pglob))
{
char fakechroot_abspath[FAKECHROOT_PATH_MAX];
char fakechroot_buf[FAKECHROOT_PATH_MAX];
int rc, i;

Expand Down
1 change: 0 additions & 1 deletion src/glob64.c
Expand Up @@ -29,7 +29,6 @@

wrapper(glob64, int, (const char * pattern, int flags, int (* errfunc) (const char *, int), glob64_t * pglob))
{
char fakechroot_abspath[FAKECHROOT_PATH_MAX];
char fakechroot_buf[FAKECHROOT_PATH_MAX];
int rc, i;

Expand Down

0 comments on commit ecc637d

Please sign in to comment.