remove variable not used

This commit is contained in:
BlueBlock
2023-03-25 12:08:02 -04:00
parent c19d512631
commit 9d2dd5dd93

View File

@@ -52,7 +52,7 @@ namespace mRemoteNG.Config.Serializers.ConnectionSerializers.Sql
return Serialize(rootNode);
}
catch (Exception ex)
catch (Exception)
{
return _dataTable;
}