X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fstring-icalls.h;h=84be0998e06dd89548c32f7efb38c2c240a76f27;hb=f2dc087948dbcd319f276b6800c5496073d9d0a0;hp=2ffc8e38ccf2d7c32e0652b48f60e87a3811a4b6;hpb=48992d4b3f8b568be17180372160d2f3e03b8ccb;p=mono.git diff --git a/mono/metadata/string-icalls.h b/mono/metadata/string-icalls.h index 2ffc8e38ccf..84be0998e06 100644 --- a/mono/metadata/string-icalls.h +++ b/mono/metadata/string-icalls.h @@ -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_ */