Fix a typo, caught by -Wall

This commit is contained in:
Piotr Cychowski 2008-03-20 12:02:23 +00:00
parent b6d9038d7f
commit 9ac6c6dcc9

View file

@ -507,7 +507,7 @@ void server::run() {
process_data(sock, data);
if(sample) {
double after_processing = parsing_timer.elapsed();
after_processing = parsing_timer.elapsed();
// times(&after_processing);
metrics_.record_sample(data.root().first_child(),
// after_parsing.tms_utime - before_parsing.tms_utime,