From d122605c0d1a44d92526cccaeff640eee695aa62 Mon Sep 17 00:00:00 2001 From: Ulrich Germann Date: Tue, 12 May 2015 02:28:58 +0100 Subject: Code reorganization with respect to hypergraph output. --- moses/ChartManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'moses/ChartManager.h') 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; }; -- cgit v1.2.3