Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2015-10-20 01:56:15 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-10-20 01:56:15 +0300
commit60add0b376402f783af74a4fc66d3f0437da6c36 (patch)
treee3bb4ae02107defec2a76f391c4c947672929778 /moses/BitmapContainer.cpp
parentdd21c2c83b3ce8003c83fab5be1dcc3761998684 (diff)
const
Diffstat (limited to 'moses/BitmapContainer.cpp')
-rw-r--r--moses/BitmapContainer.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/moses/BitmapContainer.cpp b/moses/BitmapContainer.cpp
index 0de4bf9dd..0c75571a3 100644
--- a/moses/BitmapContainer.cpp
+++ b/moses/BitmapContainer.cpp
@@ -363,13 +363,6 @@ BitmapContainer::Empty() const
return m_queue.empty();
}
-
-const WordsBitmap&
-BitmapContainer::GetWordsBitmap()
-{
- return *m_bitmap;
-}
-
const HypothesisSet&
BitmapContainer::GetHypotheses() const
{