Skip to content

Commit

Permalink
remove unused declaration
Browse files Browse the repository at this point in the history
avoids a compiler warning
  • Loading branch information
real-dam committed Jan 30, 2016
1 parent 3417913 commit 14fb36f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dbdimp.c
Expand Up @@ -2180,7 +2180,6 @@ int ib_blob_write(SV *sth, imp_sth_t *imp_sth, XSQLVAR *var, SV *value)
static int ib_fill_isqlda(SV *sth, imp_sth_t *imp_sth, SV *param, SV *value,
IV sql_type)
{
D_imp_dbh_from_sth;
STRLEN len;
XSQLVAR *ivar;
int retval;
Expand Down

0 comments on commit 14fb36f

Please sign in to comment.