summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/test_high_load.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/test_high_load.py b/examples/test_high_load.py
index 4e15626..ab8aae2 100644
--- a/examples/test_high_load.py
+++ b/examples/test_high_load.py
@@ -33,7 +33,6 @@ BAUDRATE = 115200
if sys.version_info >= (2, 6):
bytes_0to255 = bytes(range(256))
else:
- def data(string): return string
bytes_0to255 = ''.join([chr(x) for x in range(256)])