From f748cc109e2da6b32605eb3dc8b3f0b21d404990 Mon Sep 17 00:00:00 2001 From: Ming Lu Date: Wed, 23 Sep 2020 01:24:50 +0000 Subject: [PATCH] Remove renaming from url to Url_ in powershell bindings Signed-off-by: Ming Lu --- powershell/common_functions.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/powershell/common_functions.ml b/powershell/common_functions.ml index 4f2c0dc..b61145b 100644 --- a/powershell/common_functions.ml +++ b/powershell/common_functions.ml @@ -90,7 +90,6 @@ and exposed_class_name classname = | "sr" -> "SR" | "vif" -> "VIF" | "pif" -> "PIF" - | "url" -> "Url_" | _ -> String.capitalize_ascii classname and qualified_class_name classname =