Skip to content

Commit

Permalink
remove unused code duplicate from Shadow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Mar 28, 2016
1 parent 424fe0d commit 1d8f1a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cython/Shadow.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ class _Optimization(object):
returns = wraparound = boundscheck = initializedcheck = nonecheck = \
overflowcheck = embedsignature = cdivision = cdivision_warnings = \
always_allows_keywords = profile = linetrace = infer_type = \
type_version_tag = unraisable_tracebacks = freelist = \
lambda arg: _EmptyDecoratorAndManager()
unraisable_tracebacks = freelist = \
lambda arg: _EmptyDecoratorAndManager()

optimization = _Optimization()

Expand Down

0 comments on commit 1d8f1a0

Please sign in to comment.