ios: remove temporary Unicode fix
[nit.git] / 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