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:
authorPhil Williams <philip.williams@mac.com>2012-01-23 14:37:35 +0400
committerPhil Williams <philip.williams@mac.com>2012-01-23 14:37:35 +0400
commit360113ad6b2466cbd26c69e9ecd7454bc263f3b2 (patch)
treeece0543a2702f2ac9ef150e4c14481f7e899e625 /moses-chart-cmd
parent651fdba2455907699b67b0b7c91747909ec9e02e (diff)
Remove obsolete #if HAVE_CONFIG_H directives.
Diffstat (limited to 'moses-chart-cmd')
-rw-r--r--moses-chart-cmd/src/Main.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/moses-chart-cmd/src/Main.cpp b/moses-chart-cmd/src/Main.cpp
index 6899582a4..868ce0732 100644
--- a/moses-chart-cmd/src/Main.cpp
+++ b/moses-chart-cmd/src/Main.cpp
@@ -58,13 +58,6 @@ POSSIBILITY OF SUCH DAMAGE.
#include "ChartTrellisPath.h"
#include "ChartTrellisPathList.h"
-#if HAVE_CONFIG_H
-#include "config.h"
-#else
-// those not using autoconf have to build MySQL support for now
-# define USE_MYSQL 1
-#endif
-
using namespace std;
using namespace Moses;