summaryrefslogtreecommitdiff
path: root/storage/connect/filamfix.cpp
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.org>2013-07-08 10:20:53 +0400
committerAlexander Barkov <bar@mariadb.org>2013-07-08 10:20:53 +0400
commit66c1665e8991fcc0eda64b63350b46e424e32861 (patch)
tree09b74cdd715165857f9b4226df3668436c244dec /storage/connect/filamfix.cpp
parent63446440437fea4e8f6800b4676105d6617e49a1 (diff)
downloadmariadb-git-66c1665e8991fcc0eda64b63350b46e424e32861.tar.gz
Fixing numerous "variable is set but never used" warnings.
modified: storage/connect/filamfix.cpp storage/connect/filamtxt.cpp storage/connect/filamvct.cpp storage/connect/odbconn.cpp storage/connect/tabodbc.cpp storage/connect/xindex.cpp
Diffstat (limited to 'storage/connect/filamfix.cpp')
-rw-r--r--storage/connect/filamfix.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/connect/filamfix.cpp b/storage/connect/filamfix.cpp
index b7cbc76a553..d493a2f2568 100644
--- a/storage/connect/filamfix.cpp
+++ b/storage/connect/filamfix.cpp
@@ -425,9 +425,9 @@ int FIXFAM::DeleteRecords(PGLOBAL g, int irc)
/* for compatibility with Text files and other OS's. */
/*****************************************************************/
char filename[_MAX_PATH];
- int rc, h;
+ int h;
- rc = PlugCloseFile(g, To_Fb);
+ /*rc= */PlugCloseFile(g, To_Fb);
PlugSetPath(filename, To_File, Tdbp->GetPath());
if ((h= global_open(g, MSGID_OPEN_STRERROR, filename, O_WRONLY)) <= 0)