Skip to content

Commit

Permalink
Get rid of unused Function.urestrict method
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdrake committed Jul 2, 2015
1 parent 51daca4 commit 5502238
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyeda/boolalg/boolfunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,10 +602,6 @@ def restrict(self, point):
:math:`f \: | \: x_i = b`
"""
return self.urestrict(point2upoint(point))

def urestrict(self, upoint):
"""Implementation of restrict that requires an untyped point."""
raise NotImplementedError()

def vrestrict(self, vpoint):
Expand Down

0 comments on commit 5502238

Please sign in to comment.