diff --git a/Tools/VectoLegacyTests/TorqueConverterTest.cs b/Tools/VectoLegacyTests/TorqueConverterTest.cs
index cbc5b3e0afdcb4bc84af9e31efdacca53e527e8a..c06fe136a0063c3ab944cbb2184cbc2bd9958472 100644
--- a/Tools/VectoLegacyTests/TorqueConverterTest.cs
+++ b/Tools/VectoLegacyTests/TorqueConverterTest.cs
@@ -19,7 +19,7 @@ namespace VectoLegacyTests
 			try {
 				Thread.CurrentThread.CurrentCulture = new CultureInfo("en-US");
 				Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-US");
-			} catch (Exception ex) {}
+			} catch (Exception) {}
 		}
 
 		[TestMethod]