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:
authorTetsuo Kiso <tetsuo-s@is.naist.jp>2011-11-12 07:13:35 +0400
committerTetsuo Kiso <tetsuo-s@is.naist.jp>2011-11-12 07:13:35 +0400
commitfdcd148cac32bca8993e5e8b10e56f86f5f7e522 (patch)
tree40511e2cd52a181613842d516be7e664bcecd733 /mert/ScoreArray.h
parent03abf54d2112ece58981ee8f96c23008b95d6def (diff)
Replace macros with const char arrays used in XXXArray classes.
Diffstat (limited to 'mert/ScoreArray.h')
-rw-r--r--mert/ScoreArray.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/mert/ScoreArray.h b/mert/ScoreArray.h
index ee95ab87a..a25943a19 100644
--- a/mert/ScoreArray.h
+++ b/mert/ScoreArray.h
@@ -9,11 +9,6 @@
#ifndef SCORE_ARRAY_H
#define SCORE_ARRAY_H
-#define SCORES_TXT_BEGIN "SCORES_TXT_BEGIN_0"
-#define SCORES_TXT_END "SCORES_TXT_END_0"
-#define SCORES_BIN_BEGIN "SCORES_BIN_BEGIN_0"
-#define SCORES_BIN_END "SCORES_BIN_END_0"
-
using namespace std;
#include <limits>