[Groonga-commit] pgroonga/pgroonga at a746752 [master] Remove unused code

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jan 18 17:15:38 JST 2015


Kouhei Sutou	2015-01-18 17:15:38 +0900 (Sun, 18 Jan 2015)

  New Revision: a746752d1542a5bcbe38c0e01866d28a644c372a
  https://github.com/pgroonga/pgroonga/commit/a746752d1542a5bcbe38c0e01866d28a644c372a

  Message:
    Remove unused code

  Modified files:
    pgroonga.c

  Modified: pgroonga.c (+0 -1)
===================================================================
--- pgroonga.c    2015-01-18 17:13:24 +0900 (651f991)
+++ pgroonga.c    2015-01-18 17:15:38 +0900 (accced9)
@@ -867,7 +867,6 @@ GrnBuildCallback(Relation index,
 		if (isnull[i])
 			continue;
 
-		index_getprocinfo(index, i, GrnGetValueProc);
 		grn_obj_reinit(ctx, &buffer, GrnGetType(index, i), 0);
 		GrnSetValue(index, i, &buffer, values[i]);
 		grn_ii_buffer_append(ctx, bs->buffer, id, sectionID, &buffer);
-------------- next part --------------
HTML����������������������������...
Download 



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