mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 14:07:46 +08:00
remove variable not used
This commit is contained in:
@@ -52,7 +52,7 @@ namespace mRemoteNG.Config.Serializers.ConnectionSerializers.Sql
|
||||
|
||||
return Serialize(rootNode);
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (Exception)
|
||||
{
|
||||
return _dataTable;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user