Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / string-icalls.h
index 2ffc8e38ccf2d7c32e0652b48f60e87a3811a4b6..84be0998e06dd89548c32f7efb38c2c240a76f27 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * \file
+ */
+
 #ifndef _MONO_CLI_STRING_ICALLS_H_
 #define _MONO_CLI_STRING_ICALLS_H_
 
@@ -30,7 +34,4 @@ ves_icall_System_String_InternalIsInterned (MonoString *str);
 int
 ves_icall_System_String_GetLOSLimit (void);
 
-void
-ves_icall_System_String_InternalSetLength (MonoString *str, gint32 new_length);
-
 #endif /* _MONO_CLI_STRING_ICALLS_H_ */