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:
Diffstat (limited to 'moses/ChartManager.h')
-rw-r--r--moses/ChartManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ChartManager.h b/moses/ChartManager.h
index bf5851806..9d5485fb9 100644
--- a/moses/ChartManager.h
+++ b/moses/ChartManager.h
@@ -154,7 +154,7 @@ public:
void OutputSearchGraph(OutputCollector *collector) const;
void OutputSearchGraphSLF() const {
}
- void OutputSearchGraphHypergraph() const;
+ // void OutputSearchGraphHypergraph() const;
};