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/src/WeightedDirectedGraph.h')
-rw-r--r--moses/src/WeightedDirectedGraph.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/moses/src/WeightedDirectedGraph.h b/moses/src/WeightedDirectedGraph.h
deleted file mode 100644
index b86683a2f..000000000
--- a/moses/src/WeightedDirectedGraph.h
+++ /dev/null
@@ -1,27 +0,0 @@
-//
-// WeightedDirectedGraph.h
-// moses
-//
-// Created by Hieu Hoang on 30/10/2011.
-// Copyright 2011 __MyCompanyName__. All rights reserved.
-//
-
-#ifndef moses_WeightedDirectedGraph_h
-#define moses_WeightedDirectedGraph_h
-
-namespace Moses {
-
-class WeightedDirectedGraphNode
-{
-
-
-};
-
-class WeightedDirectedGraph
-{
-
-
-};
-
-}
-#endif