From fde1df3ee578564f78d7d0eac453dcb3f1740e05 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Thu, 26 Apr 2012 11:36:49 +0200 Subject: remove obsolete stuff --- dtrain/score.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dtrain/score.h') diff --git a/dtrain/score.h b/dtrain/score.h index 85cd0317..5aceb81f 100644 --- a/dtrain/score.h +++ b/dtrain/score.h @@ -15,7 +15,7 @@ struct NgramCounts map clipped; map sum; - NgramCounts(const unsigned N) : N_(N) { Zero(); } + NgramCounts(const unsigned N) : N_(N) { Zero(); } inline void operator+=(const NgramCounts& rhs) -- cgit v1.2.3