Skip to content

Commit 9982ffd

Browse files
committed
Removing undeed methods
1 parent 744bc27 commit 9982ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/prune.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ NULL
3737
#' @param ... Further arguments passed to the method
3838
new_aphylo_pruner <- function(x, ...) UseMethod("new_aphylo_pruner")
3939

40-
new_aphylo_pruner.aphylo_pruner <- function(x, ...) x
41-
new_aphylo_pruner.multiAphylo_pruner <- function(x, ...) x
40+
# new_aphylo_pruner.aphylo_pruner <- function(x, ...) x
41+
# new_aphylo_pruner.multiAphylo_pruner <- function(x, ...) x
4242

4343
#' @export
4444
new_aphylo_pruner.aphylo <- function(x, ...) {

0 commit comments

Comments
 (0)