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>2013-09-22 17:09:49 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-09-22 17:09:49 +0400
commit574d716f23587803d7b67c6346ab2ba494059a35 (patch)
treed8b8368e796f03734680d183a2a7fb28a489ccf3 /moses/FeatureVector.h
parentffbfcb5577efbff5825519739464128811e9d490 (diff)
placeholder for chart decoding
Diffstat (limited to 'moses/FeatureVector.h')
-rw-r--r--moses/FeatureVector.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/moses/FeatureVector.h b/moses/FeatureVector.h
index b677494e6..412088b55 100644
--- a/moses/FeatureVector.h
+++ b/moses/FeatureVector.h
@@ -378,9 +378,6 @@ public:
}
private:
- FValue m_tmp;
-
-private:
FVector* m_fv;
const FName& m_name;