diff options
author | Don Anderson <dda@ddanderson.com> | 2015-01-08 19:50:51 -0500 |
---|---|---|
committer | Don Anderson <dda@ddanderson.com> | 2015-01-13 10:51:33 -0500 |
commit | de28a67fab474c74ff252913c5ad6ab8c8dbd3a5 (patch) | |
tree | 42b4f1cb146d80d29b6c307798ceaaeff2f811af | |
parent | d0bb63d29bbabce45749a2154a0b5c72618cacc7 (diff) | |
download | mongo-de28a67fab474c74ff252913c5ad6ab8c8dbd3a5.tar.gz |
Remove dead code.
-rwxr-xr-x | tools/wtstats.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/wtstats.py b/tools/wtstats.py index c72e797f38f..95f23b444bd 100755 --- a/tools/wtstats.py +++ b/tools/wtstats.py @@ -249,9 +249,6 @@ def main(): print title sys.exit(0) - # Figure out the full set of x axis values - xdata = sorted(set(k for k in ydata.iterkeys() for ydata in results)) - output_series(results) # If the user wants the stats split up by prefix type do so. |