Skip to content

Commit c4804cc

Browse files
author
hornik
committed
Tweaks.
git-svn-id: https://svn.r-project.org/R/trunk@87906 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent bea5b9a commit c4804cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/tools/src/pdscan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
static SEXP package_dependencies_scan_one(SEXP this) {
2626
SEXP y;
27-
Rboolean save, skip;
27+
Rboolean save;
2828
int size = 256, i, j, nb = 0, ne = 0, u, v, w;
2929
int *beg, *end;
3030
const char *s;

0 commit comments

Comments
 (0)