From f22809876663d5b562606bd41b7b8a5ec7d0da54 Mon Sep 17 00:00:00 2001 From: "dsites@google.com" Date: Thu, 30 Jan 2014 00:31:52 +0000 Subject: [PATCH] Move DetectLanguageVersion git-svn-id: https://cld2.googlecode.com/svn/trunk@96 b252ecd4-b096-bf77-eb8e-91563289f87e --- internal/compact_lang_det.cc | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/internal/compact_lang_det.cc b/internal/compact_lang_det.cc index ff3ffff..ccc6588 100644 --- a/internal/compact_lang_det.cc +++ b/internal/compact_lang_det.cc @@ -28,7 +28,8 @@ namespace CLD2 { // String is "code_version - data_scrape_date" -static const char* kDetectLanguageVersion = "V2.0 - 20130715"; +//static const char* kDetectLanguageVersion = "V2.0 - 20130715"; + // Large-table version for all ~160 languages // Small-table version for all ~60 languages @@ -317,12 +318,5 @@ Language ExtDetectLanguageSummary( return lang; } - -// Return version text string -// String is "code_version - data_build_date" -const char* DetectLanguageVersion() { - return kDetectLanguageVersion; -} - } // End namespace CLD2