[Groonga-commit] groonga/groonga at d188875 [master] test: remove unused variables

Back to archive index

Yasuhiro Horimoto null+****@clear*****
Wed Jun 20 18:07:06 JST 2018


Yasuhiro Horimoto	2018-06-20 18:07:06 +0900 (Wed, 20 Jun 2018)

  New Revision: d188875ce14fefba9c740300241d43a0436004be
  https://github.com/groonga/groonga/commit/d188875ce14fefba9c740300241d43a0436004be

  Merged ce52a4c: Merge pull request #854 from komainu8/remove_unuse_variables

  Message:
    test: remove unused variables

  Modified files:
    test/unit/util/test-string.c

  Modified: test/unit/util/test-string.c (+0 -16)
===================================================================
--- test/unit/util/test-string.c    2018-06-18 17:54:10 +0900 (8e15f5a92)
+++ test/unit/util/test-string.c    2018-06-20 18:07:06 +0900 (2df14cd7d)
@@ -61,22 +61,6 @@ static grn_ctx context;
 static grn_obj *database;
 static grn_obj buffer;
 
-static const gchar text_ja_utf8[] =
-  "Groongaは組み込み型の全文検索エンジンです。DBMSやスクリプト言語処理系等に\n"
-  "組み込むことによって、その全文検索機能を強化することができます。n-gram\n"
-  "インデックスと単語インデックスの特徴を兼ね備えた、高速かつ高精度な転置\n"
-  "インデックスタイプのエンジンです。コンパクトな実装ですが、大規模な文書\n"
-  "量と検索要求を処理できるように設計されています。また、純粋なn-gramイン\n"
-  "デックスの作成も可能です。";
-
-static const gchar normalized_text_ja_utf8[] =
-  "groongaは組み込み型の全文検索エンジンです。dbmsやスクリプト言語処理系等に"
-  "組み込むことによって、その全文検索機能を強化することができます。n-gram"
-  "インデックスと単語インデックスの特徴を兼ね備えた、高速かつ高精度な転置"
-  "インデックスタイプのエンジンです。コンパクトな実装ですが、大規模な文書"
-  "量と検索要求を処理できるように設計されています。また、純粋なn-gramイン"
-  "デックスの作成も可能です。";
-
 void
 setup (void)
 {
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180620/0f9c9551/attachment-0001.htm 



More information about the Groonga-commit mailing list
Back to archive index