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:
authorUlrich Germann <Ulrich.Germann@gmail.com>2015-12-12 19:23:37 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-12-14 01:31:43 +0300
commitbb6e0157aac67e72b4aacbb87405014da552e140 (patch)
tree0fddd3da357960f41450378f48f033596ba34999 /moses/Phrase.h
parentb899ab8175d5bb3733aa65a0658633c86aa2e237 (diff)
Code cleanup and refactoring.
Diffstat (limited to 'moses/Phrase.h')
-rw-r--r--moses/Phrase.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/moses/Phrase.h b/moses/Phrase.h
index 460432e84..341abffd9 100644
--- a/moses/Phrase.h
+++ b/moses/Phrase.h
@@ -55,18 +55,6 @@ protected:
public:
- // /// return shared pointer to ttask
- // // only TargetPhrases have non-NULL ttaskptrs!
- // virtual ttasksptr GetTtask() const {
- // return ttasksptr();
- // }
-
- // /// check if this phrase belongs to a valid ttask
- // // only TargetPhrases have non-NULL ttaskptrs!
- // virtual bool HasTtaskSPtr() const {
- // return false;
- // }
-
virtual bool HasScope() const {
return false;
}