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:
authorHieu Hoang <hieuhoang@gmail.com>2015-01-07 07:07:06 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-01-07 09:01:10 +0300
commit3b3f11365d89a72f34c5da65d3e40328cb91ecd5 (patch)
tree2a9bbb50284e91c04b1f41576aa69894557da254 /moses/Search.cpp
parentbfac071742d8c99638a478db7bd77edae2530e0d (diff)
delete UserMessage. Too difficult to police
Diffstat (limited to 'moses/Search.cpp')
-rw-r--r--moses/Search.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses/Search.cpp b/moses/Search.cpp
index db85c594e..8f947f622 100644
--- a/moses/Search.cpp
+++ b/moses/Search.cpp
@@ -2,7 +2,6 @@
#include "SearchCubePruning.h"
#include "SearchNormal.h"
#include "SearchNormalBatch.h"
-#include "UserMessage.h"
#include "util/exception.hh"
namespace Moses