Skip to content

Commit

Permalink
Also remove wraparound in target options dict
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Nov 18, 2015
1 parent 92d9b6e commit 65480cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion numba/targets/cpu.py
Expand Up @@ -173,7 +173,6 @@ class CPUTargetOptions(TargetOptions):
"nogil": bool,
"forceobj": bool,
"looplift": bool,
"wraparound": bool,
"boundcheck": bool,
"_nrt": bool,
"no_rewrites": bool,
Expand Down

0 comments on commit 65480cc

Please sign in to comment.