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:
parent
b9ea59be1a
commit
4f7799b489
1 changed files with 1 additions and 1 deletions
2
dbdimp.c
2
dbdimp.c
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue