mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
Revert "silenced yet another 'unused' warning"
This reverts commit 0a618d811a
.
This commit is contained in:
parent
0a618d811a
commit
297f997471
1 changed files with 1 additions and 3 deletions
|
@ -332,9 +332,7 @@ compile_options()
|
||||||
PUSHs(AvARRAY(av)[i]);
|
PUSHs(AvARRAY(av)[i]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
RETVAL = n;
|
XSRETURN(n);
|
||||||
OUTPUT:
|
|
||||||
RETVAL
|
|
||||||
|
|
||||||
HV*
|
HV*
|
||||||
sqlite_status(reset = 0)
|
sqlite_status(reset = 0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue