Skip to content

Commit b636119

Browse files
author
Hang Lyu
committed
small fix
1 parent a70f34b commit b636119

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/decoder/lattice-faster-decoder-combine-bucketqueue.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ void BucketQueue<Token>::Clear() {
103103
buckets_[i].clear();
104104
}
105105
first_occupied_vec_index_ = buckets_.size();
106-
bucket_storage_begin_ = -15 * cost_scale_;
107106
}
108107

109108
// instantiate this class once for each thing you have to decode.

src/decoder/lattice-faster-decoder-combine.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ void BucketQueue<Token>::Clear() {
103103
buckets_[i].clear();
104104
}
105105
first_occupied_vec_index_ = buckets_.size();
106-
bucket_storage_begin_ = -15 * cost_scale_;
107106
}
108107

109108
// instantiate this class once for each thing you have to decode.

0 commit comments

Comments
 (0)