瀏覽代碼

[cs] lose unneeded @:keep from StringTools

Dan Korostelev 10 年之前
父節點
當前提交
b78ba4ad72
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      std/StringTools.hx

+ 0 - 3
std/StringTools.hx

@@ -29,9 +29,6 @@
 #if cpp
 using cpp.NativeString;
 #end
-#if cs
-@:keep
-#end
 class StringTools {
 	/**
 		Encode an URL by using the standard format.