Skip to content

Commit 747d2bc

Browse files
Remove obsolete helper (#630)
1 parent 6c1004f commit 747d2bc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

R/utils.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ bq_check_namespace <- function(pkg, bq_type) {
3131
check_installed(pkg, sprintf("to parse BigQuery '%s' fields.", bq_type))
3232
}
3333

34-
isFALSE <- function(x) identical(x, FALSE)
35-
3634
cat_line <- function(...) {
3735
cat(paste0(..., "\n", collapse = ""))
3836
}

0 commit comments

Comments
 (0)