Skip to content

Commit

Permalink
Remove use of boost timer
Browse files Browse the repository at this point in the history
  • Loading branch information
kpu committed May 27, 2016
1 parent 3dbd716 commit e1a6c72
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
3 changes: 0 additions & 3 deletions lm/builder/adjust_counts.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include "lm/builder/adjust_counts.hh"
#include "lm/common/ngram_stream.hh"
#include "lm/builder/payload.hh"
#include "util/stream/timer.hh"

#include <algorithm>
#include <iostream>
Expand Down Expand Up @@ -217,8 +216,6 @@ class CollapseStream {
} // namespace

void AdjustCounts::Run(const util::stream::ChainPositions &positions) {
UTIL_TIMER("(%w s) Adjusted counts\n");

const std::size_t order = positions.size();
StatCollector stats(order, counts_, counts_pruned_, discounts_);
if (order == 1) {
Expand Down
16 changes: 0 additions & 16 deletions util/stream/timer.hh

This file was deleted.

0 comments on commit e1a6c72

Please sign in to comment.