Commit 8f692c66 authored by Stefan Behnel's avatar Stefan Behnel

delete dead test code

parent 60c1ba28
......@@ -44,13 +44,6 @@ __doc__ = u"""
... pass
"""
import sys
if sys.version_info < (2,5):
# disable in earlier versions
__doc__ = """
>>> # nothing to test here ...
"""
cimport cython
def test_profile(long N):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment