Skip to content

Commit

Permalink
Delete function UnescapeConnectionName()
Browse files Browse the repository at this point in the history
  • Loading branch information
rinrab committed Jan 10, 2024
1 parent 10af146 commit 3145978
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions AOVpnManager/VpnManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,6 @@ private static string EscapeConnectionName(string connectionName)
return Uri.EscapeDataString(connectionName);
}

private static string UnescapeConnectionName(string connectionName)
{
return Uri.UnescapeDataString(connectionName);
}

private static string EscapeProfileXml(string profileXml)
{
return SecurityElement.Escape(profileXml);
Expand Down

0 comments on commit 3145978

Please sign in to comment.