Navigation Menu

Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 18, 2015
1 parent a746752 commit 1723185
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pgroonga.c
Expand Up @@ -505,7 +505,6 @@ GrnInsert(grn_ctx *ctx,
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_column_index_update(ctx, indexColumn, id, sectionID, NULL, &buffer);
Expand Down

0 comments on commit 1723185

Please sign in to comment.