diff options
Diffstat (limited to 'Tools/ccbench/ccbench.py')
-rw-r--r-- | Tools/ccbench/ccbench.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/ccbench/ccbench.py b/Tools/ccbench/ccbench.py index c705521..60cec3e 100644 --- a/Tools/ccbench/ccbench.py +++ b/Tools/ccbench/ccbench.py @@ -10,7 +10,6 @@ ccbench, a Python concurrency benchmark. import time import os import sys -import functools import itertools import threading import subprocess |