| Index: tools/plot-timer-events
|
| diff --git a/tools/plot-timer-events b/tools/plot-timer-events
|
| index efa82bc5cda1bff133e1421f3a730165053d36bd..5bd43155cfd5c8bea03c23d14e444971387b43f1 100755
|
| --- a/tools/plot-timer-events
|
| +++ b/tools/plot-timer-events
|
| @@ -32,7 +32,6 @@ if [ ! -x "$d8_exec" ]; then
|
| exit 1
|
| fi
|
|
|
| -# nm spits out 'no symbols found' messages to stderr.
|
| cat $log_file | $d8_exec $tools_path/csvparser.js \
|
| $tools_path/splaytree.js $tools_path/codemap.js \
|
| $tools_path/logreader.js $tools_path/plot-timer-events.js \
|
|
|