summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaelWS <michael.schatzow@gmail.com>2017-10-13 14:35:24 -0400
committerStefan Behnel <stefan_ml@behnel.de>2017-10-13 23:57:08 +0200
commit82ce86345fc9f3da442f94977f5ee154c539eb2a (patch)
tree96f3cfc120275e8cb697750710a88d8f805809df
parent2dcd1d2d5c1242437bc2a833209bb3faf55525bc (diff)
downloadcython-82ce86345fc9f3da442f94977f5ee154c539eb2a.tar.gz
RF: remove unneeded defines
-rw-r--r--tests/run/cpp_stl_cpp11.pyx6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/run/cpp_stl_cpp11.pyx b/tests/run/cpp_stl_cpp11.pyx
index e24c7b0dc..8220d57ea 100644
--- a/tests/run/cpp_stl_cpp11.pyx
+++ b/tests/run/cpp_stl_cpp11.pyx
@@ -6,12 +6,6 @@ import sys
from libcpp.unordered_map cimport unordered_map
from libcpp.pair cimport pair
-py_set = set
-py_xrange = xrange
-py_unicode = unicode
-
-
-
def test_unordered_map_functionality():
"""
>>> test_unordered_map_functionality()