Skip to content

Commit ac746bf

Browse files
MichaelChiricos-u
authored andcommitted
Drop ancient check for utils::.DollarNames
1 parent 5b7810e commit ac746bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NAMESPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ S3method(within, jclassName)
3232
# within requires that with.jobjRef is visible outside
3333
export(with.jobjRef)
3434

35-
if( exists( ".DollarNames", asNamespace("utils") ) ) importFrom( utils, .DollarNames )
35+
importFrom( utils, .DollarNames )
3636
S3method(.DollarNames, jobjRef)
3737
S3method(.DollarNames, jarrayRef)
3838
S3method(.DollarNames, jrectRef)

0 commit comments

Comments
 (0)