Skip to content

Commit

Permalink
chore: Remove comment to match behavior in #930
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke authored Nov 20, 2023
1 parent 25117ed commit a42ec1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/utf8.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ parseUTF8 <- function(file) {
writeLines(lines, file)
}

# keep the source locations within the file while parsing
exprs <- try(parse(file, keep.source = FALSE, srcfile = src, encoding = enc))
if (inherits(exprs, "try-error")) {
stop("Error sourcing ", file)
Expand Down

0 comments on commit a42ec1c

Please sign in to comment.