From b7f7f2eaa2c4eb15c6dcb17616a4056b87a0362c Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Thu, 17 Mar 2016 17:28:26 +0000 Subject: [PATCH] Removed unused variables from convert.cpp --- source/convert.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/convert.cpp b/source/convert.cpp index 1f19d97..89227cb 100644 --- a/source/convert.cpp +++ b/source/convert.cpp @@ -93,9 +93,7 @@ ConvertResult ConvertContact(wxString InputFormat, wxString OutputFormat, wxFile InputFile; if (!InputFile.Open(InputFilename, wxFile::read, wxS_DEFAULT)){ - - int InputFileErrNo = InputFile.GetLastError(); - + return CONVERTRESULT_INPUTFILEERROR; } -- 2.39.2