Remove compiler warning about unused variable
authorDan Scott <dscott@laurentian.ca>
Thu, 30 Aug 2012 04:12:33 +0000 (00:12 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Sat, 6 Oct 2012 17:19:33 +0000 (13:19 -0400)
commit984c423a1d301c936fcf9dc2c85b8f8f259670e0
tree137fccab59d50e12de0d038b40d2db142ced9314
parentee8d5613cd3bc469678deece795fb43adb0e8f91
Remove compiler warning about unused variable

Newer versions of GCC were issuing the following warning:

oils_sql.c: In function 'oilsMakeJSONFromResult':
oils_sql.c:6469:6: warning: variable 'fmIndex' set but not used
[-Wunused-but-set-variable]

And indeed, the variable is not used within this function - so delete
it.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Open-ILS/src/c-apps/oils_sql.c