1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-09 07:08:07 -04:00

DBD-SQLite: commented out meaningless sentence (#45578)

This commit is contained in:
Kenichi Ishigaki 2009-04-30 06:51:11 +00:00
parent b9ea59be1a
commit 4f7799b489

View file

@ -731,7 +731,7 @@ int
sqlite_st_STORE_attrib (SV *sth, imp_sth_t *imp_sth, SV *keysv, SV *valuesv)
{
dTHX;
char *key = SvPV_nolen(keysv);
/* char *key = SvPV_nolen(keysv); */
return FALSE;
}