Skip to content

Commit 44c9d79

Browse files
remove unnecessary line
1 parent 4262ce8 commit 44c9d79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.ci/linters/rd/options_doc_check.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ check_options_documentation = function(rd_file) {
2727
if (!file.exists(rd_file)) return(character(0))
2828

2929
tryCatch({
30-
found = character(0)
3130
walk_rd = function(rd_element) {
3231
result = character(0)
3332
if (!is.list(rd_element)) return(character())

0 commit comments

Comments
 (0)