Remove some unused variables with obviously no side effects

This commit is contained in:
Richard Cohen
2023-01-24 16:23:52 +00:00
parent 4e25bbfc43
commit ea2d3be217
99 changed files with 18 additions and 245 deletions

View File

@@ -810,7 +810,6 @@ gnc_scm2query_term_query_v1 (SCM query_term_scm)
{
QofQueryCompare how;
QofNumericMatch amt_sgn;
double amount;
gnc_numeric val;
/* how */
@@ -1882,7 +1881,6 @@ scm_hook_cb (gpointer data, GncScmDangler *scm)
void
gnc_hook_add_scm_dangler (const gchar *name, SCM proc)
{
GHook *hook;
GncScmDangler *scm;
int num_args;