changeset 22059 | d5cef58d8ec8 |
parent 21549 | ea3d75ebea6d |
child 22555 | 2143d794e960 |
--- a/contrib/revsetbenchmarks.py Thu Aug 07 14:57:20 2014 -0500 +++ b/contrib/revsetbenchmarks.py Thu Aug 07 14:58:12 2014 -0500 @@ -19,8 +19,6 @@ # cannot use argparse, python 2.7 only from optparse import OptionParser - - def check_output(*args, **kwargs): kwargs.setdefault('stderr', PIPE) kwargs.setdefault('stdout', PIPE)