Skip to content

Commit

Permalink
Strip dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed May 18, 2024
1 parent 2fce2b1 commit b0dbba3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/dendropy/dataio/newickreader.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,6 @@ def __init__(self, **kwargs):
corrected = "default-rooted"
else:
corrected = "default-unrooted"
msg = StringIO()
# error.critical_deprecation_alert("\n{}\nUse of keyword argument '{}={}' is deprecated; use 'rooting=\"{}\"' instead".format(msg.getvalue(), kw, kwargs[kw], corrected),
# stacklevel=4)
deprecate.dendropy_deprecation_warning(
preamble="Deprecated since DendroPy 4:",
old_construct="{}={}".format(kw, kwargs[kw]),
Expand Down

0 comments on commit b0dbba3

Please sign in to comment.