Browse Source

[cs] lose unneeded @:keep from StringTools

Dan Korostelev 10 years ago
parent
commit
b78ba4ad72
1 changed files with 0 additions and 3 deletions
  1. 0 3
      std/StringTools.hx

+ 0 - 3
std/StringTools.hx

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