Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mgizapp/src/d4norm.cxx')
-rw-r--r--mgizapp/src/d4norm.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/mgizapp/src/d4norm.cxx b/mgizapp/src/d4norm.cxx
index b061416..bc6e163 100644
--- a/mgizapp/src/d4norm.cxx
+++ b/mgizapp/src/d4norm.cxx
@@ -107,14 +107,6 @@ int main(int argc, char* argv[])
// Some utility functions to get it compile..
ofstream logmsg;
-const string str2Num(int n)
-{
- string number = "";
- do {
- number.insert((size_t)0, 1, (char)(n % 10 + '0'));
- } while ((n /= 10) > 0);
- return (number);
-}
double LAMBDA=1.09;
Vector<map< pair<int,int>,char > > ReferenceAlignment;