Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
mojaveazure committed Apr 5, 2024
1 parent a0624f8 commit 695a21f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions apis/r/R/TileDBArray.R
Original file line number Diff line number Diff line change
Expand Up @@ -312,18 +312,6 @@ TileDBArray <- R6::R6Class(

private = list(

# # Reopen the array in a different mode
# reopen = function(mode = c("READ", "WRITE")) {
# mode <- match.arg(mode)
# if (private$.mode == mode) {
# return(invisible(self))
# }
# self$close()
# invisible(
# self$open(mode = mode, internal_use_only = "allowed_use")
# )
# },

# Internal pointer to the TileDB array.
#
# Important implementation note:
Expand Down

0 comments on commit 695a21f

Please sign in to comment.