ios: remove temporary Unicode fix
authorAlexis Laferrière <alexis.laf@xymus.net>
Thu, 9 Feb 2017 18:20:04 +0000 (13:20 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Thu, 9 Feb 2017 18:25:41 +0000 (13:25 -0500)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

lib/ios/ios.nit

index b7ad962..59778b4 100644 (file)
@@ -30,8 +30,3 @@ end
 redef class NSString
        private fun nslog in "ObjC" `{ NSLog(@"%@", self); `}
 end
-
-redef class CString
-       # FIXME temp workaround for #1945, bypass Unicode checks
-       redef fun char_at(pos) do return self[pos].ascii
-end