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:
authorKenneth Heafield <github@kheafield.com>2012-10-16 15:57:18 +0400
committerKenneth Heafield <github@kheafield.com>2012-10-16 15:57:18 +0400
commit0378a58a37fb3c5fe3c2ddc258167d71541a72fb (patch)
tree0a3e12201e898e15883c4b4269d349609dd7f8f6 /search/vertex.cc
parent0eb98df0fe32a8e31188fa107f789afd73d81ccf (diff)
Start arbitrary arity. Currently incorrect.
Diffstat (limited to 'search/vertex.cc')
-rw-r--r--search/vertex.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/search/vertex.cc b/search/vertex.cc
index cc53c0dd5..ed3631352 100644
--- a/search/vertex.cc
+++ b/search/vertex.cc
@@ -39,10 +39,4 @@ void VertexNode::SortAndSet(ContextBase &context, VertexNode **parent_ptr) {
bound_ = extend_.front()->Bound();
}
-namespace {
-VertexNode kBlankVertexNode;
-} // namespace
-
-PartialVertex kBlankPartialVertex(kBlankVertexNode);
-
} // namespace search