diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-07-21 20:51:46 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-07-21 20:53:14 +0100 |
commit | fd9df4978d56bbb85ecd795afce72c0310dbcf3f (patch) | |
tree | de9ebffc1d6ab32a68c7511cb2648dcd40ee6e0f /perf | |
parent | 2dd97ae59c482f09e42d719a941e189560f00b8f (diff) |
[perf] Don't override CAIRO_TRACE_DIR in cairo-perf-diff
Diffstat (limited to 'perf')
-rwxr-xr-x | perf/cairo-perf-diff | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perf/cairo-perf-diff b/perf/cairo-perf-diff index 2ab447e0..50a014a0 100755 --- a/perf/cairo-perf-diff +++ b/perf/cairo-perf-diff @@ -102,7 +102,6 @@ git_setup() { CAIRO_DIR=`pwd` fi CAIRO_PERF_DIR=$CAIRO_DIR/.perf - export CAIRO_TRACE_DIR=$CAIRO_DIR/perf/cairo-traces } rev2sha() { |