From 297f997471e32d8a7dd1a5c72cee173616e11e54 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Mon, 21 Jul 2014 08:43:58 +0900 Subject: [PATCH] Revert "silenced yet another 'unused' warning" This reverts commit 0a618d811ae50137a083837eaea272b3b70adac8. --- SQLite.xs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SQLite.xs b/SQLite.xs index 463454a..5f9b415 100644 --- a/SQLite.xs +++ b/SQLite.xs @@ -332,9 +332,7 @@ compile_options() PUSHs(AvARRAY(av)[i]); } } - RETVAL = n; - OUTPUT: - RETVAL + XSRETURN(n); HV* sqlite_status(reset = 0)