Remove compiler warning about unused variable
authorDan Scott <dscott@laurentian.ca>
Thu, 30 Aug 2012 04:12:33 +0000 (00:12 -0400)
committerDan Scott <dscott@laurentian.ca>
Thu, 30 Aug 2012 04:12:33 +0000 (00:12 -0400)
commit10e0db8c79749c6e036692cf79866782ca96f939
tree690c41c2e9ab38c5ac24ae8a00438176a0e25662
parentba451a7784ad4bc48ddc0b88bd4292ec3847984b
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>
Open-ILS/src/c-apps/oils_sql.c